Merge redundant build jobs into a single template 89/56689/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 May 2017 21:37:37 +0000 (17:37 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 May 2017 22:37:04 +0000 (18:37 -0400)
Not necessary to define multiple templates that differ only in 1 line of
the Maven Goals parameter. This patch removes the redundant job
templates and adds a new EXTRA_MVN_OPTS parameter that can optionally be
used to pass additional parameters if necessary both at runtime and per
stream by passing the {extra-mvn-opts} jjb parameter.

Additionally:

    - Removes archiving of sar data in Jenkins (we shouldn't be
      archiving anything in Jenkins).
    - Revert archiving of **.zip files as we are able to produce
      staging repos now.

Change-Id: Ifd164291d997f0bd59aa697ad456f64df93024a3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>

No differences found