diff --git a/Jenkinsfile b/Jenkinsfile index 3477f6d..46b0918 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { CUTOFF="$params.CUTOFF" } stages { - stage('Checkout'){ + stage('Check out from version control'){ steps { checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444018', url: 'https://git.wmi.amu.edu.pl/s444018/ium_444018.git']]]) }