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') {