This website requires JavaScript.
Explore
Help
Sign in
spacenerdmo
/
partybot
Watch
1
Star
0
Fork
You've already forked partybot
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
1cb056f3ea
partybot
/
Jenkinsfile
11 lines
159 B
Text
Raw
Normal View
History
Unescape
Escape
test jenkins
2022-11-11 06:30:35 +00:00
pipeline {
agent { label 'snaps' }
stages {
stage('snap') {
Fix syntax error in Jenkins build
2022-11-13 04:49:18 +00:00
steps {
sh 'snapcraft'
}
test jenkins
2022-11-11 06:30:35 +00:00
}
}
}
Reference in a new issue
Copy permalink