Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.598
workflow-plugin 1.2
user-build-vars-plugin 1.4
Description
The user build vars plugin is not available for a workflow job.
This plugin should either be made available to workflow jobs or the variables could be directly generated in the workflow plugin, just as the job parameters are made available as variables inside workflow jobs.
Attachments
Issue Links
- depends on
-
JENKINS-24673 SimpleBuildWrapper
-
- Resolved
-
- links to
I think I got what you're asking for jglick:
https://github.com/jenkinsci/build-user-vars-plugin/pull/8
The workflow changes are all in the last commit of that pull request. If you run git diff -b master, it hides almost all the whitespace changes (2 or 3 still show) and it shows all the workflow compatibility changes (very few were needed actually).