From b627b26d5f02cd2a26112362fd7c3b556e9069b4 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Thu, 8 Jun 2023 12:07:38 +0200 Subject: [PATCH] update do zadania 2 z lab 06 --- Jenkinsfile-evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-evaluation b/Jenkinsfile-evaluation index 0e9550d..8ba0791 100644 --- a/Jenkinsfile-evaluation +++ b/Jenkinsfile-evaluation @@ -29,7 +29,7 @@ pipeline{ copyArtifacts( projectName: myProject, fingerprintArtifacts: true, - selector: buildParameter('BUILD_SELECTOR') + selector: build(name: params.BUILD_SELECTOR) ) } }