dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

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

4
ci/Jenkinsfile vendored
View File

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