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(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying artifacts',
|
description: 'Which build to use for copying artifacts',
|
||||||
name: 'BUILD_SELECTOR')
|
name: 'BUILD_SELECTOR')
|
||||||
}
|
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying train artifacts',
|
description: 'Which build to use for copying train artifacts',
|
||||||
name: 'BUILD_SELECTOR_Train')
|
name: 'BUILD_SELECTOR_Train')
|
||||||
}
|
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying evaluation artifacts',
|
description: 'Which build to use for copying evaluation artifacts',
|
||||||
name: 'BUILD_SELECTOR_Evaluation')
|
name: 'BUILD_SELECTOR_Evaluation')
|
||||||
}
|
|
||||||
|
|
||||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user