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