diff --git a/Jenkinsfile b/Jenkinsfile index 861c112..631313c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,8 @@ pipeline { } stage('Checkout') { steps { - git branch: 'feature', url: 'https://git.wmi.amu.edu.pl/s478839/ium_478839.git' + checkout([$class: 'GitSCM', branches: [[name: '*/feature']], extensions: [], userRemoteConfigs: [ + [url: 'https://git.wmi.amu.edu.pl/s478839/ium_478839.git']]]) } } stage('Shell Script') {