jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:36:14 +02:00
parent 017cb82136
commit cea0b24ed9

2
Jenkinsfile vendored
View File

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