Add prediction from other student

This commit is contained in:
michalzareba 2021-05-23 14:26:35 +02:00
parent 6b99976ed9
commit 01b36e7bdb

View File

@ -10,7 +10,7 @@ pipeline {
stages {
stage('copyArtifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's434804-training', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 's434804-training/master', selector: buildParameter('BUILD_SELECTOR')
}
}