From e3fc20e44067b93bea3f90c642652854434722ea Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 7 Mar 2023 10:59:23 -0800 Subject: [PATCH] Fix: Use right Maven credentials This repo should be using the ric-plt-xapp-frame maven credentials. We do not have target specific credentials. Signed-off-by: Jessica Wagantall Change-Id: I2de3c1f9f3a8517fa5c386927c1820997690b415 --- 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 108261b6..4e76e77d 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-rust-settings + mvn-settings: ric-plt-xapp-frame-settings # runs unit tests on verify only - project: -- 2.16.6