diff --git a/Jenkinsfile b/Jenkinsfile index 821c511..07fa8b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,6 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello world!' checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops' } }