dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin f6a3c0e11f ci: Begin CI pipeline 2022-03-15 17:36:43 -05:00
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -14,6 +14,10 @@ pipeline {
pollSCM ''
}
environment {
BUILDROOT_SRC = "${env.WORKSPACE}/buildroot"
}
stages {
stage('Prepare') {
steps {