Browse Source

debug

master
Nicolas Massé 8 years ago
parent
commit
19b95c6314
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -22,6 +22,9 @@ node('nodejs') {
// For Jenkinsfile from GIT // For Jenkinsfile from GIT
checkout scm checkout scm
echo "${gitBranch}"
sh 'false'
// for inline scripts // for inline scripts
//git url: gitRepo //git url: gitRepo
} }

Loading…
Cancel
Save