Jenkins fix
This commit is contained in:
parent
bd8e6a897a
commit
6e984faea3
@ -3,7 +3,7 @@ pipeline {
|
||||
docker { image 's478841-image:latest' }
|
||||
}
|
||||
parameters {
|
||||
gitParameter branFilter: 'origin/(.*)', defaultValue: 'develop', name: 'BRANCH_NAME', type:'PT_BRANCH'
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'develop', name: 'BRANCH_NAME', type:'PT_BRANCH'
|
||||
buildSelector(
|
||||
defaultSelector: upstream(),
|
||||
description: 'Build used for artifacts copying',
|
||||
|
Loading…
Reference in New Issue
Block a user