Test Jenkins pipeline
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

This commit is contained in:
Morgan McMillian 2022-11-12 18:18:23 -08:00
parent a8949a32b8
commit ea9007496a

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent { label 'snaps' }
stages {
stage('snap') {
sh 'snapcraft'
sh 'echo hello'
}
}
}