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