update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 11:16:03 +02:00
parent dc6fede62a
commit d548cc779e

View File

@ -14,7 +14,7 @@ pipeline{
stage('Copy model artifacts with test dataset') {
steps {
script {
def myProject = "z-s487175-training/${params.BRANCH}"
def myProject = "z-s487175-training/master"
copyArtifacts(
projectName: myProject,
fingerprintArtifacts: true,