Browse Source

Hello World

master
teajay 5 years ago
parent
commit
e2802bc672
1 changed files with 2 additions and 4 deletions
  1. 6
      Pipeline/Jenkinsfile

6
Pipeline/Jenkinsfile

@ -30,10 +30,8 @@ pipeline {
git "${REPO_SCRIPTS}"
}
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}"
dir(gluon){
}
git url: "https://github.com/freifunk-gluon/gluon.git", branch: "${VERSION}"
}

Loading…
Cancel
Save