Update Jenkinsfile

This commit is contained in:
Zakaria Guennoune 2022-06-16 14:54:14 +02:00 committed by GitHub
parent ac101795ce
commit 3460067433
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 = 'testing'
env.REPO = 'stable'
} else {
env.BUILD = 'CI'
env.REPO = 'unstable'