This commit is contained in:
Robert Bendun 2023-05-15 02:43:00 +02:00
parent 6b486c1ee9
commit efbe6924cd

View File

@ -6,7 +6,7 @@ node {
local_image.inside {
stage('Prepare artifacts') {
try {
copyArtifacts(projectName: currentBuild.projectName,
copyArtifacts projectName: currentBuild.projectName,
selector: specific("${currentBuild.previousBuild.number}"),
flatten: true,
target: 'src/'