fix typo 2
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
4d6c0c82e2
commit
384e061134
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