[jbosstools-issues] [JBoss JIRA] (JBIDE-13642) link to target platform used when building from build description field in Jenkins jobs

Denis Golovin (JIRA) jira-events at lists.jboss.org
Fri Mar 1 13:02:57 EST 2013


     [ https://issues.jboss.org/browse/JBIDE-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBIDE-13642:
----------------------------------

    Release Notes Docs Status: Not Required

    
> 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/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> (EclEmma)</li>
> {code}
> or...
> {code}
>      <hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
> -      <regexp/>
> +      <regexp>(http.+/org/jboss/tools/targetplatforms/jbosstools-unified/(.+))/maven-metadata.xml</regexp>
>        <regexpForFailed/>
> -      <description>&lt;li&gt;&lt;a href="http://download.jboss.org/jbosstools/builds/staging/${JOB_NAME}/all/repo/"&gt;Update Site&lt;/a&gt; &lt;li&gt;&lt;a href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/target/coverage-report/html/JBoss_Tools_Chunk/index.html"&gt;coverage report&lt;/a&gt;. Load &lt;a href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/*/target/jacoco.exec" style="color: purple; font-weight:bold"&gt;jacoco.exec&lt;/a&gt; into EclEmma&lt;/li&gt;</description>
> +      <description>&lt;li&gt;&lt;a href="\1"&gt;TP&lt;/a&gt; &lt;a href="http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/\2&gt;Site&lt;/a&gt; (\2) &lt;li&gt;&lt;a href="http://download.jboss.org/jbosstools/builds/staging/${JOB_NAME}/all/repo/"&gt;Update Site&lt;/a&gt; &lt;li&gt;&lt;a href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/target/coverage-report/html/JBoss_Tools_Chunk/index.html"&gt;Coverage report&lt;/a&gt; &amp;amp; &lt;a href="/hudson/job/${JOB_NAME}/${BUILD_NUMBER}/artifact/sources/*/target/jacoco.exec" style="color: purple; font-weight:bold"&gt;jacoco.exec&lt;/a&gt; (EclEmma)&lt;/li&gt;</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