Update Jenkinsfile2

This commit is contained in:
s464903 2024-03-20 14:13:51 +01:00
parent 5521174bc6
commit d66cffb93c

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
parameters { parameters {
buildSelector( buildSelector(
defaultSelector: lastSuccessful(), defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts', description: 'Which build to use for copying artifacts',