fix typo 3
Some checks failed
s464980-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s464980-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
384e061134
commit
df124bcad7
2
evaluate/Jenkinsfile
vendored
2
evaluate/Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464980-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-evaluation/master', selector: buildParameter('BUILD_SELECTOR', optional: true)
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||
}
|
||||
}
|
||||
stage("Prediction") {
|
||||
|
Loading…
Reference in New Issue
Block a user