IUM_06 - test
This commit is contained in:
parent
58f8bb96c0
commit
589b7455f2
2
evaluation/Jenkinsfile
vendored
2
evaluation/Jenkinsfile
vendored
@ -31,6 +31,7 @@ pipeline {
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
def projectName = "s464863-training/${params.BRANCH}".replace('origin/', '')
|
||||
echo "Project name: ${projectName}"
|
||||
def projectName2 = "z-s464863-create-dataset/${params.BRANCH}"
|
||||
@ -40,6 +41,7 @@ pipeline {
|
||||
copyArtifacts(projectName: 's464863-evaluation/main', filter: 'metrics.csv', selector: lastSuccessful(), optional: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Evaluate model') {
|
||||
agent {
|
||||
|
Loading…
Reference in New Issue
Block a user