Update Jenkinsfile
This commit is contained in:
parent
ac101795ce
commit
3460067433
|
@ -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 = 'testing'
|
env.REPO = 'stable'
|
||||||
} else {
|
} else {
|
||||||
env.BUILD = 'CI'
|
env.BUILD = 'CI'
|
||||||
env.REPO = 'unstable'
|
env.REPO = 'unstable'
|
||||||
|
|
Loading…
Reference in New Issue