Browse Source

Hello World

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

7
Pipeline/Jenkinsfile

@ -6,7 +6,6 @@ pipeline {
REPO_GLUON = "https://github.com/freifunk-gluon/gluon.git"
DIR_SCRIPTS = "scrpt"
DIR_GLUON = "gluon"
}
stages {
@ -21,9 +20,9 @@ pipeline {
dir("${DIR_SCRIPTS}"){
git "${REPO_SCRIPTS}"
}
dir("${DIR_GLUON}"){
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}"
}
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}"
}
}

Loading…
Cancel
Save