change build
Selector
This commit is contained in:
parent
29ecbd3d57
commit
7e5adbed83
@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
defaultSelector: upstream(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user