jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:38:47 +02:00
parent dae1e580c0
commit 71766b9b11

4
Jenkinsfile vendored
View File

@ -4,7 +4,9 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello world!'
checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
step {
checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
}
}
}
}