-
Bug
-
Resolution: Won't Do
-
Minor
-
4.1.0.Alpha1
-
None
The old way to pull zips is with https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregate/build.xml but it is an incomplete solution as it has never verified that the zips were the same content as the aggregate site (they could have changed AFTER the aggregate was built). It also tried to pull the list of zips from a local zip.list.txt file [0] rather than just going right to the composite site.
The new way should be an optional mojo (runs only for aggregate builds, not individual project builds) which:
- reads the upstream composite site [1], and
- for each child site listed,
- downloads a zip matching the last CI build for that project
- IF the contents of that downloaded zip match the IU versions of the aggregate site we just built, then produce a passing JUnit xml report.
- If the contents differ, return an error report.
- downloads a zip matching the last CI build for that project
- for each child site listed,
Aggregate jobs will therefore need to be updated to look for these JUnit reports, and mark the build UNSTABLE (yellow) if any non-passing results are found.
[1] http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/,
There is also this file [2] produced by this job [3], which might make things easier:
[2] http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/composite.site.IUs.txt
[3] http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-composite-install_master
- is incorporated by
-
JBIDE-16376 Disabled "fetch-zips" on aggregate
- Closed
- is related to
-
JBIDE-11065 Replace build.xml by a Maven plugin
- Closed