This commit is contained in:
Kamil Paprota 2020-04-03 12:23:03 +02:00
parent b53195b058
commit 067d9d319a

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
steps {
echo 'Hello World'
echo 'Trigger Check'
checkout: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops.git'
checkout: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops'
}
}
}