From c070338a57a2bab72ea3bc9a16ae08653633e4b4 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Mon, 17 Jun 2019 16:49:47 -0400 Subject: [PATCH] Add docker-root parameter to find Dockerfile Signed-off-by: Lott, Christopher (cl778h) Change-Id: I240ef3a2283048bd8ead840503290ed06b7e536b --- jjb/ric-plt-e2/ric-plt-e2.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/ric-plt-e2/ric-plt-e2.yaml b/jjb/ric-plt-e2/ric-plt-e2.yaml index 12ff4b22..1d128594 100644 --- a/jjb/ric-plt-e2/ric-plt-e2.yaml +++ b/jjb/ric-plt-e2/ric-plt-e2.yaml @@ -32,6 +32,8 @@ project-name: '{name}' # image name docker-name: '{name}' + # subdirectory + docker-root: RIC-E2-TERMINATION # maven settings file has docker credentials mvn-settings: ric-plt-e2-settings jobs: -- 2.16.6