Get dataset in eval
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5d35cb7d7b
commit
5f4b34648d
@ -10,6 +10,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Get dataset') {
|
||||||
|
steps {
|
||||||
|
copyArtifacts projectName: 's444409-create-dataset', selector: lastSuccessful(), optional: true
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Get model trend') {
|
stage('Get model trend') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444409-training/main/', selector: lastSuccessful(), optional: true
|
copyArtifacts projectName: 's444409-training/main/', selector: lastSuccessful(), optional: true
|
||||||
|
Loading…
Reference in New Issue
Block a user