evaluate
This commit is contained in:
parent
d679916066
commit
1849c3e253
@ -17,19 +17,19 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
projectName: 'z-s487179-training/main',
|
projectName: 'x1-training/main',
|
||||||
selector: buildParameter('BUILD_SELECTOR'),
|
selector: buildParameter('BUILD_SELECTOR'),
|
||||||
target: './MLEvaluate'
|
target: './MLEvaluate'
|
||||||
)
|
)
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
projectName: 'z-s487179-create-dataset',
|
projectName: 'x1-create-dataset',
|
||||||
selector: buildParameter('BUILD_SELECTOR'),
|
selector: buildParameter('BUILD_SELECTOR'),
|
||||||
target: './MLEvaluate'
|
target: './MLEvaluate'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run training and save model') {
|
stage('Save evaluation') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
|
Loading…
Reference in New Issue
Block a user