diff options
author | Timoney, Daniel (dt5972) <dtimoney@att.com> | 2017-02-20 05:06:30 -0500 |
---|---|---|
committer | Timoney, Daniel (dt5972) <dtimoney@att.com> | 2017-02-20 05:06:40 -0500 |
commit | 9983b5ca78516823ce9f8c50451a88cb04bfcd83 (patch) | |
tree | a2ebd40ffd313fb65470ed5800a86be2d54cfa1d /jjb/sdnc | |
parent | ff99c1938c6a9356d851d63b35bde8b0a020dc27 (diff) |
SDN-C settings fix
Update mvn settings in SDN-C jenkins jobs to appropriate settings for each repo
Change-Id: I39a86e07d4676990b9a345fb0933f284bad338d0
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Diffstat (limited to 'jjb/sdnc')
-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 |