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 {
|
||||
stage('Get dataset') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444409-create-dataset', selector: lastSuccessful(), optional: true
|
||||
}
|
||||
}
|
||||
stage('Get model trend') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444409-training/main/', selector: lastSuccessful(), optional: true
|
||||
|
Loading…
Reference in New Issue
Block a user