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
ea9007496a
partybot
/
Jenkinsfile
9 lines
122 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') {
Test Jenkins pipeline
2022-11-13 02:18:23 +00:00
sh 'echo hello'
test jenkins
2022-11-11 06:30:35 +00:00
}
}
}
Reference in a new issue
Copy permalink