This website requires JavaScript.
Explore
Help
Sign in
gaugendre
/
workout
Watch
1
Star
0
Fork
You've already forked workout
0
Code
Issues
Pull requests
Releases
Activity
6654cc5e01
workout
/
Jenkinsfile
11 lines
106 B
Text
Raw
Normal View
History
Unescape
Escape
Add mock build step
2018-05-03 10:11:30 +02:00
pipeline {
Update Jenkinsfile
2018-05-03 11:02:59 +02:00
agent any
Add mock build step
2018-05-03 10:11:30 +02:00
stages {
stage('Build') {
steps {
sh 'env'
}
}
}
Update Jenkinsfile
2018-05-03 11:02:34 +02:00
}
Reference in a new issue
Copy permalink