This commit is contained in:
Ufnow 2020-04-21 16:28:30 +02:00
parent 8f1ac32d1f
commit 0091c8c24d

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('checkout: Check out from version control') {
steps {
git branch: 'stable-2.204',
git branch: 'master',
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
}
}