s416242_mlworkshops/README.md
2020-04-03 14:08:16 +02:00

154 B

pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' } } } }