evaluate
This commit is contained in:
parent
a719c09f95
commit
64413a6729
@ -19,12 +19,12 @@ pipeline {
|
|||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
projectName: 'x1-training/main',
|
projectName: 'x1-training/main',
|
||||||
selector: buildParameter('BUILD_SELECTOR'),
|
selector: buildParameter('BUILD_SELECTOR'),
|
||||||
target: './MLEvaluate'
|
target: './'
|
||||||
)
|
)
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
projectName: 'x1-create-dataset',
|
projectName: 'x1-create-dataset',
|
||||||
selector: buildParameter('BUILD_SELECTOR'),
|
selector: buildParameter('BUILD_SELECTOR'),
|
||||||
target: './MLEvaluate'
|
target: './'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user