dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 0549b2a804 ci: Begin CI pipeline 2022-03-15 16:04:50 -05:00
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -10,6 +10,10 @@ pipeline {
disableConcurrentBuilds() disableConcurrentBuilds()
} }
triggers {
pollSCM ''
}
stages { stages {
stage('Prepare') { stage('Prepare') {
steps { steps {