Update Jenkinsfile (#4107)
This commit is contained in:
parent
7774156353
commit
a02be2467e
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue