From dfddd68a4b08df2d3c1b0bc276c03b423df3342d Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Fri, 12 Aug 2022 09:43:50 +0200 Subject: [PATCH] (wip) Replace CI with REFERENCE (#3832) --- centreon-plugins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/Jenkinsfile b/centreon-plugins/Jenkinsfile index 0fc22d928..3a763797e 100644 --- a/centreon-plugins/Jenkinsfile +++ b/centreon-plugins/Jenkinsfile @@ -1,7 +1,7 @@ env.REF_BRANCH = 'master' if ((env.BRANCH_NAME == env.REF_BRANCH)) { - env.BUILD = 'CI' + env.BUILD = 'REFERENCE' env.REPO = '22.04-unstable' }