This website requires JavaScript.
Explore
Help
Sign In
s487174
/
ium_z487174
Watch
1
Star
0
Fork
0
You've already forked ium_z487174
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d5035e6a27
ium_z487174
/
Jenkinsfile
11 lines
150 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Jenkinsfile
2023-03-25 13:40:09 +01:00
pipeline {
Update 'Jenkinsfile'
2023-03-25 13:42:33 +01:00
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
Add Jenkinsfile
2023-03-25 13:40:09 +01:00
}
Reference in New Issue
Copy Permalink