diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-20 15:19:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-20 15:19:00 +0000 |
commit | eb6e59fd25a96ba11a0c65643c1893a17bbb04a1 (patch) | |
tree | 479e6a7f33a7cddabe25c3cd88e92f0042298328 /jjb | |
parent | 3eee76a8bdff55d70af3234cf075c6ef64d5f1bb (diff) | |
parent | 9983b5ca78516823ce9f8c50451a88cb04bfcd83 (diff) |
Merge "SDN-C settings fix"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/sdnc/sdnc-adaptors.yaml | 2 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-core.yaml | 2 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-northbound.yaml | 2 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-oam.yaml | 2 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-plugins.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml index b7af34fda..1d82461a2 100644 --- a/jjb/sdnc/sdnc-adaptors.yaml +++ b/jjb/sdnc/sdnc-adaptors.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'mso-settings' + mvn-settings: 'sdnc-adaptors-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 diff --git a/jjb/sdnc/sdnc-core.yaml b/jjb/sdnc/sdnc-core.yaml index c172e6917..dead3f667 100644 --- a/jjb/sdnc/sdnc-core.yaml +++ b/jjb/sdnc/sdnc-core.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'mso-settings' + mvn-settings: 'sdnc-core-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 diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml index 0c1812b2c..5fd5d38f7 100644 --- a/jjb/sdnc/sdnc-northbound.yaml +++ b/jjb/sdnc/sdnc-northbound.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'mso-settings' + mvn-settings: 'sdnc-northbound-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 diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml index 0b1c1fa41..e41de42de 100644 --- a/jjb/sdnc/sdnc-oam.yaml +++ b/jjb/sdnc/sdnc-oam.yaml @@ -15,7 +15,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'mso-settings' + mvn-settings: 'sdnc-oam-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g diff --git a/jjb/sdnc/sdnc-plugins.yaml b/jjb/sdnc/sdnc-plugins.yaml index b8b4f4fd6..44c764a7b 100644 --- a/jjb/sdnc/sdnc-plugins.yaml +++ b/jjb/sdnc/sdnc-plugins.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'mso-settings' + mvn-settings: 'sdnc-plugins-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 |