Skip to content

Commit

Permalink
Add rasbian build jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Mar 12, 2018
1 parent e0cb771 commit fe90dca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Expand Up @@ -14,6 +14,13 @@ pipeline {
debPackageBuild()
}
}

stage('Rasbian build') {
agent { docker { image 'docker-registry.islog.com:5000/raspbian-lite' } }
steps {
debPackageBuild()
}
}
}

post {
Expand Down

0 comments on commit fe90dca

Please sign in to comment.