pipeline { agent any stages { stage('Clone Repository') { steps { git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s464913/ium_464913' } } } }