From 19b95c6314490393f13b4daebd45ade6d4f17915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 30 Apr 2018 18:00:35 +0200 Subject: [PATCH] debug --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5f0b0f8..e1bb114 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,9 @@ node('nodejs') { // For Jenkinsfile from GIT checkout scm + echo "${gitBranch}" + sh 'false' + // for inline scripts //git url: gitRepo }