change build

Selector
This commit is contained in:
jakubknczny 2021-03-28 19:31:50 +02:00
parent 29ecbd3d57
commit 7e5adbed83

View File

@ -2,7 +2,7 @@ pipeline {
agent any agent any
parameters { parameters {
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')
} }