Browse Source

Hello World

master
teajay 5 years ago
parent
commit
f026b392da
1 changed files with 4 additions and 4 deletions
  1. 8
      Pipeline/Jenkinsfile

8
Pipeline/Jenkinsfile

@ -19,12 +19,12 @@ pipeline {
echo ""
echo "checking out build scripts"
dir(${DIR_SCRIPTS}){
dir("${DIR_SCRIPTS}"){
git "${REPO_SCRIPTS}"
}
dir(${DIR_GLUON}){
git url: ${REPO_GLUON}
branch: ${VERSION}
dir("${DIR_GLUON}"){
git url: "${REPO_GLUON}"
branch: "${VERSION}"
}
sh "ls -l"
}

Loading…
Cancel
Save