diff --git a/centreon-plugins/Jenkinsfile b/centreon-plugins/Jenkinsfile index fbd7d2c5d..816d556e4 100644 --- a/centreon-plugins/Jenkinsfile +++ b/centreon-plugins/Jenkinsfile @@ -1,9 +1,6 @@ env.REF_BRANCH = 'master' if ((env.BRANCH_NAME == env.REF_BRANCH)) { - env.BUILD = 'REFERENCE' - env.REPO = '22.04' -} else { env.BUILD = 'CI' env.REPO = '22.04-unstable' }