This website requires JavaScript.
Explore
Help
Sign In
s416251
/
s416251-mlworkshops
Watch
1
Star
0
Fork
0
You've already forked s416251-mlworkshops
Code
Issues
Pull Requests
Releases
Wiki
Activity
0fb48d030a
s416251-mlworkshops
/
jenkinsfile
10 lines
154 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pierwszy
2020-04-03 13:55:25 +02:00
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}
Reference in New Issue
Copy Permalink