Get model in evaluation
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
d570abb7b2
commit
5d35cb7d7b
@ -10,7 +10,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Get previousl trend') {
|
stage('Get model trend') {
|
||||||
|
steps {
|
||||||
|
copyArtifacts projectName: 's444409-training/main/', selector: lastSuccessful(), optional: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Get previous trend') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444409-evaluation/main/', selector: lastSuccessful(), optional: true
|
copyArtifacts projectName: 's444409-evaluation/main/', selector: lastSuccessful(), optional: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user