diff --git a/Jenkinsfile b/Jenkinsfile index 41b9697..f7ba040 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }