remove param
This commit is contained in:
parent
1a0d9a1c85
commit
1ef0efac49
@ -1,12 +1,5 @@
|
||||
pipeline {
|
||||
agent {dockerfile true}
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('training') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user