]
Nick Boldt commented on JBIDE-13642:
------------------------------------
Better implementation now in place for JBT and working on rolling out the same to JBDS.
link to target platform used when building from build description
field in Jenkins jobs
---------------------------------------------------------------------------------------
Key: JBIDE-13642
URL:
https://issues.jboss.org/browse/JBIDE-13642
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 4.0.1.Final, 4.1.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.0.1.Final, 4.1.0.Alpha1, 4.1.0.Alpha2
Using this, we can link to Nexus & easily see which TP version was used:
{code}
regex:
(http.+/org/jboss/tools/targetplatforms/jbosstools-unified/(.+))/maven-metadata.xml
desc: <li><a href="\1">TP</a> <a
href="http://download.jboss.org/jbosstools/targetplatforms/jbosstool...
(\2) <li><a
href="http://download.jboss.org/jbosstools/builds/staging/${JOB_NAME...
Site</a> <li><a
href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/target/coverage-report/html/JBoss_Tools_Chunk/index.html">Coverage
report</a> & <a
href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/*/target/jacoco.exec"
style="color: purple; font-weight:bold">jacoco.exec</a>
(EclEmma)</li>
{code}
or...
{code}
<hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
- <regexp/>
+
<regexp>(http.+/org/jboss/tools/targetplatforms/jbosstools-unified/(.+))/maven-metadata.xml</regexp>
<regexpForFailed/>
- <description><li><a
href="http://download.jboss.org/jbosstools/builds/staging/${JOB_NAME...
Site</a> <li><a
href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/target/coverage-report/html/JBoss_Tools_Chunk/index.html">coverage
report</a>. Load <a
href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/*/target/jacoco.exec"
style="color: purple; font-weight:bold">jacoco.exec</a>
into EclEmma</li></description>
+ <description><li><a
href="\1">TP</a> <a
href="http://download.jboss.org/jbosstools/targetplatforms/jbosstool...
(\2) <li><a
href="http://download.jboss.org/jbosstools/builds/staging/${JOB_NAME...
Site</a> <li><a
href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/target/coverage-report/html/JBoss_Tools_Chunk/index.html">Coverage
report</a> &amp; <a
href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/*/target/jacoco.exec"
style="color: purple; font-weight:bold">jacoco.exec</a>
(EclEmma)</li></description>
<setForMatrix>false</setForMatrix>
</hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
{code}
--
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: