Jenkins setup:
- jenkins version 2.14.1
- copy artifact version: 705.v5295cffec284
Hello
Our Jenkins instance has recently been updated to version 2.414.1
Following the update, it has been noticed copy artifact required to improve the pipeline code to add additional permissions
nothing change in the pipeline code, expect adding the following lines for copy artifact.
properties([
copyArtifactPermission(currentBuild.projectName),
]);
It seems that since that modification has been introduced, and the plugin has been set to production mode, certains pipelines that have been executed lost all their parameters →
On the job configuration, the option “this project is parameterized” became deactivated and all the parameters have been erased.
I would like to know if someone encountered the same issue ? or maybe overcome this issue?
Many thanks in advance
regards,
Yannick