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