.
Some checks failed
s434784-evaluation/pipeline/head There was a failure building this commit
s434784-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Sobkowiak 2021-05-16 21:53:41 +02:00
parent 1da1ef56f6
commit a5856b5302

View File

@ -11,6 +11,7 @@ pipeline {
description: 'Which build to use for copying model artifacts',
name: 'BUILD_SELECTOR_MODEL'
)
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
}
stages{
stage('copy-artifacts') {