jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:46:07 +02:00
parent fb9c132921
commit cb46ffaa5a

5
Jenkinsfile vendored
View File

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