jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:47:53 +02:00
parent 6bc51ef7d9
commit fbe752526a

2
Jenkinsfile vendored
View File

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