From 0978b4ffbe30a43f2cca0e495dce1f209833139f Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 27 Jul 2017 11:54:08 -0400 Subject: Use so-libs-settings for the SO libs build The failed SO daily build is occuring because we're using the following settings file: so-settings. We need to use so-libs-settings instead. Normally our settings file matches the project name and structure (nesting). This is another fix related to SO-21. Issue: SO-21 Change-Id: Ia060ba8f9f9bdcd1de6fd586ccb907ef0546035a Signed-off-by: Rob Daugherty --- jjb/so/so-libs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/so') diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml index 673045cd7..5f36982ff 100644 --- a/jjb/so/so-libs.yaml +++ b/jjb/so/so-libs.yaml @@ -17,7 +17,7 @@ branch: 'master' - 'release-1.0.0': branch: 'release-1.0.0' - mvn-settings: 'so-settings' + mvn-settings: 'so-libs-settings' # due to a strange macro / variable translation problem this needs to be # passed as a string block to properly get the properties correctly defined # in the job -- cgit 1.2.3-korg