Fix Jenkinsfile

This commit is contained in:
s487179 2023-04-15 00:09:51 +02:00
parent 580afdf396
commit 09be010901

View File

@ -1,9 +1,6 @@
pipeline {
agent any
parameters {
choice(
name: 'BUILD_SELECTOR',
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
choice(
name: 'BUILD_SELECTOR',
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],