Update Jenkinsfile2

This commit is contained in:
s464903 2024-03-20 14:13:51 +01:00
parent 5521174bc6
commit d66cffb93c
1 changed files with 1 additions and 1 deletions

View File

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