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 { stages {
stage('copyArtifacts') { stage('copyArtifacts') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's434804-training', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 's434804-training/master', selector: buildParameter('BUILD_SELECTOR')
} }
} }