This commit is contained in:
piotrwrzodak 2023-04-21 00:00:33 +02:00
parent 4d16ca6bcc
commit c1399dc53a

View File

@ -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') {