Update Jenkinsfile
This commit is contained in:
parent
ac101795ce
commit
3460067433
|
@ -2,7 +2,7 @@
|
|||
env.REF_BRANCH = 'master'
|
||||
if ((env.BRANCH_NAME == env.REF_BRANCH)) {
|
||||
env.BUILD = 'REFERENCE'
|
||||
env.REPO = 'testing'
|
||||
env.REPO = 'stable'
|
||||
} else {
|
||||
env.BUILD = 'CI'
|
||||
env.REPO = 'unstable'
|
||||
|
|
Loading…
Reference in New Issue