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