diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 2cd6cef..508d623 100644 --- a/Pipeline/Jenkinsfile +++ b/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" } }