update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 12:07:38 +02:00
parent 00451aa2e2
commit b627b26d5f

View File

@ -29,7 +29,7 @@ pipeline{
copyArtifacts( copyArtifacts(
projectName: myProject, projectName: myProject,
fingerprintArtifacts: true, fingerprintArtifacts: true,
selector: buildParameter('BUILD_SELECTOR') selector: build(name: params.BUILD_SELECTOR)
) )
} }
} }