Browse Source

Hello World

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

6
Pipeline/Jenkinsfile

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

Loading…
Cancel
Save