.
This commit is contained in:
parent
4d16ca6bcc
commit
c1399dc53a
@ -1,11 +1,13 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters([
|
properties([
|
||||||
buildSelector(
|
parameters([
|
||||||
defaultSelector: lastSuccessful(),
|
buildSelector(
|
||||||
description: 'Which build to use for copying artifacts',
|
defaultSelector: lastSuccessful(),
|
||||||
name: 'BUILD_SELECTOR'
|
description: 'Which build to use for copying artifacts',
|
||||||
)
|
name: 'BUILD_SELECTOR'
|
||||||
|
)
|
||||||
|
])
|
||||||
])
|
])
|
||||||
stages {
|
stages {
|
||||||
stage('Copy Artifacts') {
|
stage('Copy Artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user