From 2618201bb33fc3ce81ebbdad84040e0633b66168 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Wed, 12 May 2021 16:49:49 +0200 Subject: [PATCH] ci: make e2e stage depends on publish param MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 1198b96288..7750a34060 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -97,7 +97,7 @@ pipeline { } } } stage('Run e2e') { - when { expression { btype == 'nightly' } } + when { expression { btype == 'nightly' && params.PUBLISH } } steps { script { e2eApk = utils.getEnv(apke2e, 'SAUCE_URL') build(