Zaktualizuj 'Jenkinsfile-evaluation'

This commit is contained in:
Sebastian Wałęsa 2022-05-06 23:35:35 +02:00
parent 0e4cc2fbbb
commit e08c9f2105

View File

@ -5,7 +5,7 @@ pipeline {
}
}
parameters {
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'feature', name: 'BRANCH', type: 'PT_BRANCH'
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts',