]
Barry LaFond updated TEIIDDES-1844:
-----------------------------------
Assignee: Paul Richardson
Teiid Designer update site build job should pass in a value for
update.site.description so that it can build Nightly, Development, or Stable sites (and
include the correct label in the HTML)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-1844
URL:
https://issues.jboss.org/browse/TEIIDDES-1844
Project: Teiid Designer
Issue Type: Bug
Components: Build
Reporter: Nick Boldt
Assignee: Paul Richardson
Priority: Minor
Fix For: 8.3
To pass in the parameter to the job, simply set a Choice parameter like this:
<hudson.model.ChoiceParameterDefinition>
<name>update.site.description</name>
<description>Choose which label to apply to the generated update
site's index.html page.</description>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>Nightly Build</string>
<string>Development Milestone</string>
<string>Stable Release</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
I've applied this change in
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/JBTI...
Do you like this? Should it be done in other Teiid Designer jobs, too?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: