diff --git a/Jenkinsfile b/Jenkinsfile index 588c5cd..5fd8143 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,8 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello world!!!' + echo 'Hello world!!!' + checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]]) } } }