[jbosstools-issues] [JBoss JIRA] (JBIDE-17546) Download stat metadata should omit JOB_NAME from locally-built aggregate sites

Nick Boldt (JIRA) issues at jboss.org
Fri Jun 6 13:32:15 EDT 2014


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

Nick Boldt commented on JBIDE-17546:
------------------------------------

Reason for including the job name originally was so we could differentiate between use of the aggregate sites (webtools, hibernate, jbt full aggregate) and use of composite site or individual project builds.

Not 100% that information will ever be useful, but collecting it is easy so that if we DO care later, it's available.

If we decide we NEVER care about job name, then we can remove that path segment entirely... but for now at least we have a way to differentiate between Jenkins jobs and locally-built content.

> Download stat metadata should omit JOB_NAME from locally-built aggregate sites
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-17546
>                 URL: https://issues.jboss.org/browse/JBIDE-17546
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, usage
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 4.2.0.Beta3
>
>
> This problem occurs when you're testing a locally built JBT or JBDS install, because JOB_NAME is not set unless it's built in Jenkins:
> {code}
> !MESSAGE Unable to report download statistics due to invalid URL: http://download.jboss.org/jbosstools/usage/installs/8.0.0-SNAPSHOT/Beta3/${JOB_NAME}/Beta3-v20140605-0424 suffix: org.jboss.tools.ws.feature
> {code}
> Might as well just filter out the JOB_NAME entirely in this case and replace it with something like "local", eg., 
> http://download.jboss.org/jbosstools/usage/installs/8.0.0-SNAPSHOT/Beta3/local/Beta3-v20140605-0424



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list