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