diff --git a/Jenkinsfile b/Jenkinsfile index 0efa4b6..6f33b3a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { steps { echo 'Hello World' echo 'Trigger Check' + checkout: 'https://git.wmi.amu.edu.pl/s416267/s416267-mlworkshops.git' } } }