pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops' } } } }