fix apram branch
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-07 11:08:34 +02:00
parent 25a8da5c2e
commit abf3329443

View File

@ -8,11 +8,6 @@ pipeline {
description: 'training branch name',
name: 'TRAINING_BRANCH'
)
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR'
)
}
stages {
stage('Copy prev build artifact') {