From 7ee9fcca501bd6c78905b363e392f642758f9f75 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Thu, 14 May 2020 07:30:57 +0200 Subject: [PATCH] Jenkinsfile: target default suite (#41301) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a9380a..cd0755c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { if (env.JOB_NAME == 'eopayment' && env.GIT_BRANCH == 'origin/master') { sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder eopayment' } else if (env.GIT_BRANCH.startsWith('hotfix/')) { - sh "sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch --branch ${env.GIT_BRANCH} --hotfix eopayment" + sh "sudo -H -u eobuilder /usr/local/bin/eobuilder --branch ${env.GIT_BRANCH} --hotfix eopayment" } } }