remove param

This commit is contained in:
Dawid 2021-05-23 19:08:18 +02:00
parent 1a0d9a1c85
commit 1ef0efac49

View File

@ -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 {