Zaktualizuj 'Jenkinsfile-evaluation'
This commit is contained in:
parent
0e4cc2fbbb
commit
e08c9f2105
@ -5,7 +5,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'feature', name: 'BRANCH', type: 'PT_BRANCH'
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying artifacts',
|
description: 'Which build to use for copying artifacts',
|
||||||
|
Loading…
Reference in New Issue
Block a user