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

This commit is contained in:
Sheaza 2024-05-14 22:20:28 +02:00
parent f43c084e0a
commit 4d6c0c82e2

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