Add Maven job to build dependencies with patches 41/6841/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 Oct 2017 03:34:15 +0000 (23:34 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Oct 2017 18:58:07 +0000 (14:58 -0400)
commit8c159f91ad6c28b20fc1cf271915380d83ad2f80
tree99d2ef4edc28c11dcf41606121fce744137d6a17
parented5d95fd9062c1adee8ee7020eb9deb4f2b7e10e
Add Maven job to build dependencies with patches

Provide a Maven job that can verify a patch including firstly building
projects it depends on with their patches first. This allows projects to
validate a patch that has upstream project dependencies which need to be
merged first.

Requires a new global variable to be defined in Jenkins GERRIT_URL
containing the base path to the Gerrit Web UI.

Issue: RELENG-526
Change-Id: Ie9ccb88c21ab5674d0156566da1daee4aa43d641
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.jjb-test/expected-xml/gerrit-maven-maven-verify-deps-master-mvn33-openjdk8 [new file with mode: 0644]
.jjb-test/lf-maven-jobs.yaml
README.md
jjb/lf-macros.yaml
jjb/lf-maven-jobs.yaml
shell/gerrit-fetch-dependencies.sh [new file with mode: 0644]
shell/maven-build-deps.sh [new file with mode: 0644]