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
9ca3f6bf9d
ium_444354
/
Jenkinsfile
12 lines
173 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 {
checkout
2022-03-23 10:38:52 +01:00
some changes
2022-03-24 15:03:55 +01:00
echo 'Hello elo melo!'
checkout
2022-03-23 10:38:52 +01:00
check pipeline
2022-03-21 11:13:00 +01:00
}
}
}
}
Reference in New Issue
Copy Permalink