jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:40:07 +02:00
parent 71766b9b11
commit c60cba3430

4
Jenkinsfile vendored
View File

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