Browse Source

Hello World

master
teajay 5 years ago
parent
commit
7c6600596e
1 changed files with 1 additions and 2 deletions
  1. 3
      Pipeline/Jenkinsfile

3
Pipeline/Jenkinsfile

@ -23,8 +23,7 @@ pipeline {
git "${REPO_SCRIPTS}" git "${REPO_SCRIPTS}"
} }
dir("${DIR_GLUON}"){ dir("${DIR_GLUON}"){
git url: "${REPO_GLUON}"
branch: "${VERSION}"
git url: "${REPO_GLUON}", branch: "${VERSION}"
} }
sh "ls -l" sh "ls -l"
} }

Loading…
Cancel
Save