Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
sorry guys (#11250)
Browse files Browse the repository at this point in the history
  • Loading branch information
zguennoune02 committed Jun 17, 2022
1 parent 99aaab9 commit d0a00a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if (env.BRANCH_NAME.startsWith('release-')) {
env.DELIVERY_STAGE = 'Delivery to testing'
} else if (env.BRANCH_NAME == stableBranch) {
env.BUILD = 'REFERENCE'
env.DELIVERY_STAGE = 'Delivery to canary'
env.DELIVERY_STAGE = 'Deliver rpm to canary and debian to testing'
env.REPO = 'testing'
} else if (env.BRANCH_NAME == devBranch) {
env.BUILD = 'QA'
env.REPO = 'unstable'
Expand Down

0 comments on commit d0a00a9

Please sign in to comment.