[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
Thu Mar 28 14:48:41 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763843#comment-12763843 ] 

Nick Boldt commented on JBIDE-13642:
------------------------------------

Better implementation now in place for JBT and working on rolling out the same to JBDS.

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/devstudio.product_trunk/ << see Build History 
                
> 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