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

View File

@ -1,5 +1,6 @@
pipeline {
agent any
properties([
parameters([
buildSelector(
defaultSelector: lastSuccessful(),
@ -7,6 +8,7 @@ pipeline {
name: 'BUILD_SELECTOR'
)
])
])
stages {
stage('Copy Artifacts') {
steps {