Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Jan 18, 2025
1 parent 738a38e commit 412a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/ZipInfobase.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ZipInfobase implements Serializable {
}

def archiveName = "1Cv8.1CD.${stage}.zip"
steps.zip('build/ib', '1Cv8.1CD', archiveName, archiveInfobase)
steps.zip('build/ib', archiveName, '1Cv8.1CD', archiveInfobase)
steps.stash(archiveName, archiveName, false)
}

Expand Down

0 comments on commit 412a4c9

Please sign in to comment.