fix: update jenkinsfile

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

View File

@ -20,7 +20,7 @@ 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'
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH',
])
])