fix typo 3
Some checks failed
s464980-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Sheaza 2024-05-14 22:22:08 +02:00
parent 384e061134
commit df124bcad7

View File

@ -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") {