This commit is contained in:
Kamil Paprota 2020-04-03 12:19:39 +02:00
parent 90e4bc84db
commit b53195b058

1
Jenkinsfile vendored
View File

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