Browse Source

Hello World

master
teajay 5 years ago
parent
commit
ae77c19d2c
1 changed files with 8 additions and 2 deletions
  1. 10
      Pipeline/Jenkinsfile

10
Pipeline/Jenkinsfile

@ -42,8 +42,14 @@ pipeline {
sh "git clone https://github.com/Netzwerk-Koenigswinter/gluon-mesh-vpn-wireguard.git"
sh "git clone https://github.com/Netzwerk-Koenigswinter/gluon-ffkw-files.git"
}
}
}
stage('build'){
steps{
dir(gluon)
sh "make update"
sh "make GLUON_TARGET=ar71xx-generic"
}
}

Loading…
Cancel
Save