From d0a00a9e1c34f9578e0b34f3ddc003026ca85244 Mon Sep 17 00:00:00 2001 From: Zakaria Guennoune <83596451+zguennoune02@users.noreply.github.com> Date: Fri, 17 Jun 2022 14:14:21 +0200 Subject: [PATCH] sorry guys (#11250) --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7a8baea1cd..f0346cc8772 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'