Zaktualizuj 'Jenkinsfile_evaluation'

This commit is contained in:
Kornelia Girejko 2022-05-06 22:48:52 +02:00
parent 57fa5cd67a
commit f73c117c88

View File

@ -19,12 +19,12 @@ pipeline {
) )
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', 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',
name: 'BUILD_SELECTOR' name: 'BUILD_SELECTOR'
) )
)
} }
stages { stages {