This website requires JavaScript.
Explore
Help
Sign In
s434684
/
ium_434684
Watch
1
Star
0
Fork
0
You've already forked ium_434684
Code
Issues
Pull Requests
Releases
Wiki
Activity
178dc83c6d
ium_434684
/
Jenkinsfile
13 lines
154 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Jenkinsfile
2021-03-22 12:48:56 +01:00
pipeline {
agent any
Update Jenkinsfile
2021-03-22 12:55:30 +01:00
Add Jenkinsfile
2021-03-22 12:48:56 +01:00
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
}
Reference in New Issue
Copy Permalink