Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 21:41:06 +02:00
parent 6dd482d8cf
commit 73fc9afe8b

3
Jenkinsfile vendored
View File

@ -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') {