This commit is contained in:
eugene 2023-06-06 22:34:04 +02:00
parent 3277c39c04
commit 1c183a567a

View File

@ -2,6 +2,13 @@ pipeline {
agent {
dockerfile true
}
parameters {
buildSelector (
name: 'BUILD_SELECTOR',
defaultSelector: lastSuccessful(),
description: 'no',
)
}
stages {
stage('do nothing')