You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
We have a standard pipeline structure where the first job has a system Groovy script with:
build.addAction(new ParametersAction([
new StringParameterValue('PIPELINE_GIT_COMMIT', commit),
new StringParameterValue('PIPELINE_VERSION', version),
]))
These parameters would show in the Pipeline parameters UI and be consumed by downstream jobs.
We upgraded the dev server from 1.609.2 to 1.651.3 and now this no longer works. The downstream job fails and the Pipeline shows no params for that run.