[
https://issues.jboss.org/browse/JBIDE-17546?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-17546:
------------------------------------
We could also omit creation of this metadata entirely, rather than setting JOB_NAME =
local, if a value like NULL was passed in via the pom.
Change would need to be here [1] to set p2StatsUrl = NULL when not using the hudson
profile, and here [2] to trap for the value.
[1]
https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
[2]
https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-...
[~mickael_istria] WDYT? Worth the effort?
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
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/...
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/...
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)