jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:37:33 +02:00
parent cea0b24ed9
commit dae1e580c0

2
Jenkinsfile vendored
View File

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