Parameters silently failing after upgrade

12 views
Skip to first unread message

kevwi...@gmail.com

unread,
Nov 4, 2016, 3:43:39 PM11/4/16
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.

Any help would be appreciated!
Reply all
Reply to author
Forward
0 new messages