From 1f4b24a62dec8d5bef4809229604ff6829b619b0 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 7 Mar 2023 19:13:42 -0800 Subject: [PATCH] Fix: Update correct settings for ric-plt-xapp-frame-rust ric-plt-xapp-frame-rust should be using its own repo Maven settings files. Signed-off-by: Jessica Wagantall Change-Id: Ic1effadbd88eead2a717d4ac84c2bf2f21f05f35 --- jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml b/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml index 4e76e77d..108261b6 100644 --- a/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml +++ b/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml @@ -22,7 +22,7 @@ # jenkins job name prefix project-name: ric-plt-xapp-frame-rust # maven settings file has docker credentials - mvn-settings: ric-plt-xapp-frame-settings + mvn-settings: ric-plt-xapp-frame-rust-settings # runs unit tests on verify only - project: -- 2.16.6