[jbosstools-issues] [JBoss JIRA] (JBIDE-13642) link to target platform used when building from build description field in Jenkins jobs
Nick Boldt (JIRA)
jira-events at lists.jboss.org
Mon Feb 25 02:03:56 EST 2013
Nick Boldt created JBIDE-13642:
----------------------------------
Summary: 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
Using this, we can link to Nexus & easily see which TP version was used:
{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}/all/repo/">Update 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>Target: <a href="\1">Platform</a> <a href="http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/\2>Site</a> (\2) <li><a href="http://download.jboss.org/jbosstools/builds/staging/${JOB_NAME}/all/repo/">Update 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> for 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: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list