Update Jenkinsfile (#4107)

This commit is contained in:
tuntoja 2022-12-15 15:34:03 +01:00 committed by GitHub
parent 7774156353
commit a02be2467e

View File

@ -2,7 +2,7 @@
env.REF_BRANCH = 'master' env.REF_BRANCH = 'master'
if ((env.BRANCH_NAME == env.REF_BRANCH)) { if ((env.BRANCH_NAME == env.REF_BRANCH)) {
env.BUILD = 'REFERENCE' env.BUILD = 'REFERENCE'
env.REPO = '22.04-unstable' env.REPO = '22.10-unstable'
} }
stage('Source') { stage('Source') {