Browse Source

Hello World

master
teajay 5 years ago
parent
commit
3a8be60cec
1 changed files with 1 additions and 1 deletions
  1. 2
      Pipeline/Jenkinsfile

2
Pipeline/Jenkinsfile

@ -35,7 +35,7 @@ pipeline {
echo "Checking out site config"
dir("gluon/site"){
sh "git clone https://github.com/Netzwerk-Koenigswinter/site-ffkw-multidomain.git -b wireguard"
sh "git clone https://github.com/Netzwerk-Koenigswinter/site-ffkw-multidomain.git -b wireguard ."
}
echo "Checking out custom Packages"
dir("gluon/package"){

Loading…
Cancel
Save