@ -47,9 +47,10 @@ pipeline {
stage('build'){
steps{
dir("gluon")
sh "make update"
sh "make GLUON_TARGET=ar71xx-generic"
dir("gluon"){
}