Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
6dd482d8cf
commit
73fc9afe8b
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user