From a02be2467efa397be50a290039ba3447948ef0d6 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:34:03 +0100 Subject: [PATCH] Update Jenkinsfile (#4107) --- centreon-plugins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/Jenkinsfile b/centreon-plugins/Jenkinsfile index 28f0f9c20..675b92b2e 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 = '22.04-unstable' + env.REPO = '22.10-unstable' } stage('Source') {