upd j
This commit is contained in:
parent
3277c39c04
commit
1c183a567a
@ -2,6 +2,13 @@ pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
parameters {
|
||||
buildSelector (
|
||||
name: 'BUILD_SELECTOR',
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'no',
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('do nothing')
|
||||
|
Loading…
Reference in New Issue
Block a user