From 34600674333b4e40ebd380c9e768db021055bb29 Mon Sep 17 00:00:00 2001 From: Zakaria Guennoune <83596451+zguennoune02@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:54:14 +0200 Subject: [PATCH] Update Jenkinsfile --- centreon-plugins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/Jenkinsfile b/centreon-plugins/Jenkinsfile index 6a2885e26..b35ae6e87 100644 --- a/centreon-plugins/Jenkinsfile +++ b/centreon-plugins/Jenkinsfile @@ -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'