|
|
@ -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-mesh-vpn-wireguard.git" |
|
|
sh "git clone https://github.com/Netzwerk-Koenigswinter/gluon-ffkw-files.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" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|