This website requires JavaScript.
Explore
Help
Sign In
s444354
/
ium_444354
Watch
1
Star
0
Fork
0
You've already forked ium_444354
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
348e04c6d7
ium_444354
/
Jenkinsfile
10 lines
164 B
Plaintext
Raw
Normal View
History
Unescape
Escape
check pipeline
2022-03-21 11:13:00 +01:00
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
check pipeline again
2022-03-21 11:21:16 +01:00
echo 'Hello world3!'
check pipeline
2022-03-21 11:13:00 +01:00
}
}
}
}
Reference in New Issue
Copy Permalink