diff options
author | Rob Daugherty <rd472p@att.com> | 2017-07-27 11:54:08 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-07-27 12:01:15 -0400 |
commit | 0978b4ffbe30a43f2cca0e495dce1f209833139f (patch) | |
tree | 2dc7269d8ed2800e9ca7baae68c030d3137c32a5 /jjb/so | |
parent | d83d4e6d54c05872f61c5bdd3276769389698ffb (diff) |
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 <rd472p@att.com>
Diffstat (limited to 'jjb/so')
-rw-r--r-- | jjb/so/so-libs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |