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