This website requires JavaScript.
Explore
Help
Sign In
s416122
/
s416122-mlworkshops
Watch
1
Star
0
Fork
0
You've already forked s416122-mlworkshops
Code
Issues
Pull Requests
Releases
Wiki
Activity
4e30e90395
s416122-mlworkshops
/
Jenkinsfile
11 lines
133 B
Plaintext
Raw
Normal View
History
Unescape
Escape
all file
2020-04-03 11:29:56 +02:00
pipeline {
Jenkinsfile
2020-04-03 11:32:12 +02:00
agent any
all file
2020-04-03 11:29:56 +02:00
Jenkinsfile
2020-04-03 11:32:12 +02:00
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
}
Reference in New Issue
Copy Permalink