jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:49:07 +02:00
parent fbe752526a
commit 397af4dc9e

2
Jenkinsfile vendored
View File

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