Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-27 22:32:59 +02:00
parent 4545012227
commit 80ae575439

2
Jenkinsfile vendored
View File

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