diff --git a/Jenkinsfile b/Jenkinsfile index 8bb716b..0a0c8d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' - checkout: Check out from version control + checkout: https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops } } }