add parametrs to jenkinsfile_train
All checks were successful
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-07 22:03:16 +02:00
parent 1f482fafd7
commit 5536d1c2fa

View File

@ -1,5 +1,11 @@
pipeline {
agent any
parameters {
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR')
}
stages {
stage('checkout') {
steps {