Fix Jenkinsfile

This commit is contained in:
s487179 2023-04-15 00:15:46 +02:00
parent 20148da3ba
commit 45e2473d70

View File

@ -4,8 +4,7 @@ pipeline {
choice( choice(
name: 'BUILD_SELECTOR', name: 'BUILD_SELECTOR',
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'], choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
description: 'Which build to use for copying artifacts', description: 'Which build to use for copying artifacts'
defaultValue: 'lastSuccessfulBuild()'
) )
} }
stages { stages {