From e9fb86d7c54b8802c5d9146c4eab36bd5f075c53 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 9 Apr 2018 12:37:57 +0200 Subject: [PATCH] esclusa compilazione ramo "Giancarlo" --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index beda1bd1..8af0b4bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,7 +190,7 @@ pipeline { // ora mi occupo delle operazioni di compressione e copia... script { /* compilo installers in base al BRANCH del cliente... */ - if (env.BRANCH_NAME == "master" || env.BRANCH_NAME.contains("DEMO")) { + if (env.BRANCH_NAME == "master" || env.BRANCH_NAME.contains("DEMO") || env.BRANCH_NAME.contains("Giancarlo")) { echo 'Questo BRANCH non necessita di installer...' } else