This website requires JavaScript.
Explore
Help
Sign In
s464903
/
ium_464903
Watch
1
Star
0
Fork
0
You've already forked ium_464903
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d2a3ee93e9
ium_464903
/
Jenkinsfile
12 lines
154 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Jenkinsfile
2024-03-20 11:17:00 +01:00
pipeline {
Update Jenkinsfile
2024-03-20 12:11:18 +01:00
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
Update Jenkinsfile
2024-03-20 12:22:50 +01:00
}
Reference in New Issue
Copy Permalink