.
This commit is contained in:
parent
79e6ffddf8
commit
9b3a25f807
@ -7,12 +7,6 @@ pipeline {
|
|||||||
description: 'Which build to use for copying data artifacts',
|
description: 'Which build to use for copying data artifacts',
|
||||||
name: 'BUILD_SELECTOR_DATASET'
|
name: 'BUILD_SELECTOR_DATASET'
|
||||||
)
|
)
|
||||||
|
|
||||||
buildSelector(
|
|
||||||
defaultSelector: lastSuccessful(),
|
|
||||||
description: 'Which build to use for copying training artifacts',
|
|
||||||
name: 'BUILD_SELECTOR_TRAINING'
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
@ -21,8 +15,7 @@ pipeline {
|
|||||||
{
|
{
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
copyArtifacts(fingerprintArtifacts: true, projectName: 's434742-create-dataset', selector: buildParameter('BUILD_SELECTOR_DATASET'))
|
copyArtifacts fingerprintArtifacts: true, projectName: 's434784-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
copyArtifacts(fingerprintArtifacts: true, projectName: 's434742-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR_TRAINING'))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user