This website requires JavaScript.
Explore
Help
Sign In
s413941
/
SI
Watch
1
Star
0
Fork
0
You've already forked SI
Code
Issues
Pull Requests
Releases
Wiki
Activity
ec2f35c06d
SI
/
Jenkinsfile
12 lines
138 B
Plaintext
Raw
Normal View
History
Unescape
Escape
'jenkins'
2020-12-01 18:23:16 +01:00
pipeline {
agent any
'si'
2020-12-03 16:49:52 +01:00
'jenkins'
2020-12-01 18:23:16 +01:00
stages {
stage('build') {
steps {
'si'
2020-12-03 16:49:52 +01:00
echo 'building..'
}
}
}
'jenkins'
2020-12-01 18:23:16 +01:00
}
Reference in New Issue
Copy Permalink