redo jenkinsfile eval
Some checks failed
s437622-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s437622-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7f8af6b4a1
commit
21a8e22968
@ -5,20 +5,18 @@ pipeline {
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR')
|
||||
}
|
||||
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying train artifacts',
|
||||
name: 'BUILD_SELECTOR_Train')
|
||||
}
|
||||
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying evaluation artifacts',
|
||||
name: 'BUILD_SELECTOR_Evaluation')
|
||||
}
|
||||
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user