Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: subversion-plugin
-
Labels:
-
Environment:Jenkins ver. 1.580.3 LTS
Worklow plug in 1.2
-
Similar Issues:
Description
Using the "List Subversion tags (and more)" parameter type will not expose the parameter as a Groovy variable in a workflow.
The "Parameters" page shows two parameters "Repository URL" and "Tag" after a run. But the parameter name I used was SVNTAG.
Building inside a free style project seems to works: SVNTAG is defined in the environment. But the parameters page also shows "Repository URL" and "Tag", not the configured name.
Other parameter types (e.g. Extended Choice Parameter) will be shown correctly on the Parameters page and work together with the workflow plug in.
Attachments
Issue Links
- duplicates
-
JENKINS-27718 Build parameter for "List Subversion Tags (and more)" is not exposed to workflow script.
-
- Resolved
-
I'm experiencing a similar issue but with an inheritance project:
I cannot use the specified parameter name "SVN_BRANCH" to trigger the project from another project. It falls back to the default value.
The "Build with Parameters" pages shows the correct name for the parameter but the "Parameter" page displays "Tag" and "Repository URL".