From e25592743e348f757180e3ff58a950adcd3ca011 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 8 Feb 2018 10:27:37 -0800 Subject: [PATCH 1/1] Include global-jjb v0.15.0 Global-JJB[1][2] is a collection of reusable JJB templates created by The Linux Foundation Release Engineering team. Using it will allow OPNFV to take advantage of the Release Engineering work being done across all the other Linux Foundation projects. Including the submodule won't affect current jobs as templates aren't used until they are listed in a job definition. New releases of global-jjb won't affect our jobs since the submodule is pointed at a tag and needs to be manually updated to a new release. [1] https://github.com/lfit/releng-global-jjb [2] http://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/index.html Change-Id: Id1548438b57df177a7a37cb3ed5de6ae0febab3d Signed-off-by: Trevor Bramwell --- .gitmodules | 3 +++ jjb/global-jjb | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 jjb/global-jjb diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..07b28be4b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "jjb/global-jjb"] + path = jjb/global-jjb + url = https://github.com/lfit/releng-global-jjb diff --git a/jjb/global-jjb b/jjb/global-jjb new file mode 160000 index 000000000..779110b5c --- /dev/null +++ b/jjb/global-jjb @@ -0,0 +1 @@ +Subproject commit 779110b5cd63f3eabb63598a1be79d9b9ba85464 -- 2.16.6