diff --git a/Jenkinsfile b/Jenkinsfile index 51ea253..821c511 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,9 +4,7 @@ pipeline { stage('Stage 1') { steps { echo 'Hello world!' - step { - checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops' - } + checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops' } } }