@ -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"