add parametrs to jenkinsfile_train
All checks were successful
s426206-training/pipeline/head This commit looks good
All checks were successful
s426206-training/pipeline/head This commit looks good
This commit is contained in:
parent
1f482fafd7
commit
5536d1c2fa
@ -1,5 +1,11 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
parameters {
|
||||||
|
buildSelector(
|
||||||
|
defaultSelector: lastSuccessful(),
|
||||||
|
description: 'Which build to use for copying artifacts',
|
||||||
|
name: 'BUILD_SELECTOR')
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user