partybot/Jenkinsfile
Morgan McMillian ea9007496a
Some checks failed
partybot/partybot/pipeline/head There was a failure building this commit
dreamfall/partybot/pipeline/head There was a failure building this commit
Test Jenkins pipeline
2022-11-12 18:18:23 -08:00

9 lines
122 B
Groovy

pipeline {
agent { label 'snaps' }
stages {
stage('snap') {
sh 'echo hello'
}
}
}