From 44021ecd9daa6b7327e9184a2d73983a112c6f0f Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 31 Mar 2022 10:10:40 +0200 Subject: [PATCH] Removed boilerplate code --- Jenkinsfile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84b09f8b3..3ecb7635c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,12 +23,6 @@ pipeline { break } } - // configFileProvider([ - // configFile(fileId: "salix.groovy", - // variable: 'GROOVY_FILE') - // ]) { - // load env.GROOVY_FILE - // } setEnv() } } @@ -59,18 +53,11 @@ pipeline { } } } - // stage('Backend') { - // steps { - // nodejs('node-v14') { - // sh 'gulp launchBackTest --ci' - // } - // } - // } } } stage('Build') { when { anyOf { - branch 'jest-ci' + branch 'test' // branch 'master' }} environment { @@ -85,7 +72,7 @@ pipeline { } stage('Deploy') { when { anyOf { - branch 'jest-ci' + branch 'test' // branch 'master' }} environment {