From: Rob Daugherty Date: Thu, 27 Jul 2017 15:54:08 +0000 (-0400) Subject: Use so-libs-settings for the SO libs build X-Git-Tag: 1.0.0-Amsterdam~390 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F6299%2F1;p=ci-management.git 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 --- 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