Zaktualizuj 'Jenkinsfile_evaluation'

This commit is contained in:
Szymon Jadczak 2022-04-28 19:42:22 +02:00
parent 6e150f2009
commit 97dc0891c0

View File

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