Browse Source

Hello World

master
teajay 5 years ago
parent
commit
7a7a08873b
1 changed files with 4 additions and 3 deletions
  1. 7
      Pipeline/Jenkinsfile

7
Pipeline/Jenkinsfile

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

Loading…
Cancel
Save