Update Jenkinsfile (#4107)

This commit is contained in:
tuntoja 2022-12-15 15:34:03 +01:00 committed by GitHub
parent 7774156353
commit a02be2467e
1 changed files with 1 additions and 1 deletions

View File

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