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') { stage('Stage 1') {
steps { steps {
node { sh git checkout -f https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops
checkout scm
stash 'source'
}
echo 'Hello world!' echo 'Hello world!'
} }
} }