fix: update jenkinsfile

This commit is contained in:
Filip Patyk 2023-05-10 19:22:57 +02:00
parent 873792862f
commit feee6909c5

View File

@ -10,6 +10,7 @@ node {
// ]),
// copyArtifactPermission('*'),
parameters([
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH',
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts',
@ -20,7 +21,6 @@ node {
description: 'Which build of train to use for copying artifacts',
name: 'BUILD_SELECTOR_TRAINING'
),
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH',
])
])