summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-07 16:04:41 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-08 00:05:58 +0000
commit6c4acfb8710a6f01a106952c308367d4fcbf0413 (patch)
tree49e46feb51b6433fdee0731cda0948789979aa41
parenta06ffd15580fa9beb00a55b11274979e7f8d0e37 (diff)
Update sandbox instructions
Add an instruction to sync global-jjb Change-Id: Icea0d9bd10691c51d83eed115064be4903d98bbf Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rwxr-xr-xSandbox_Setup.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Sandbox_Setup.md b/Sandbox_Setup.md
index 2d8758f21..42ed60897 100755
--- a/Sandbox_Setup.md
+++ b/Sandbox_Setup.md
@@ -28,6 +28,10 @@ To download **ci-management**, execute the following command to clone the
`git clone ssh://<LFID>@gerrit.onap.org:29418/ci-management --recursive && scp -p -P 29418 \
<LFID>@gerrit.onap.org:hooks/commit-msg ci-management/.git/hooks/`
+Make sure to sync global-jjb submodule using:
+
+`git submodule update --init`
+
Once you successfully clone the repository, next step is to install JJB
(Jenkins Job Builder) in order to experiment with Jenkins jobs.