Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js
This website requires JavaScript.
Explore
Help
Sign In
s416267
/
s416267-mlworkshops
Watch
1
Star
0
Fork
0
You've already forked s416267-mlworkshops
Code
Issues
Pull Requests
Releases
Wiki
Activity
90e4bc84db
Branches
Tags
No results found.
s416267-mlworkshops
/
Jenkinsfile
12 lines
157 B
Plaintext
Raw
Normal View
History
Unescape
Escape
first Jenkins
2020-04-03 11:22:15 +02:00
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
trigger check
2020-04-03 11:28:54 +02:00
echo 'Trigger Check'
first Jenkins
2020-04-03 11:22:15 +02:00
}
}
}
}
Reference in New Issue
Copy Permalink