jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:25:42 +02:00
parent 21c72b3d03
commit ca9f5520f7

1
Jenkinsfile vendored
View File

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