Browse Source

Hello World

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

2
Pipeline/Jenkinsfile

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

Loading…
Cancel
Save