diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-16 22:59:49 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-16 23:00:39 +0000 |
commit | 41fbc3dca4141daff878b3aa47c79db4afcf6a16 (patch) | |
tree | 2cb2dcb32c7505f930d5df1aa54dbc67f88f6843 /jjb/ncomp | |
parent | e40192c8b14ff68cb314726f31b6c93480f5f1c4 (diff) |
Added mvn-settings fixes.
Change-Id: I914019554a4ae902bd0e69179ad485f6dcb04302
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'jjb/ncomp')
-rw-r--r-- | jjb/ncomp/ncomp-cdap.yaml | 2 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-core.yaml | 2 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-docker.yaml | 2 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-maven.yaml | 2 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-openstack.yaml | 2 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-sirius-manager.yaml | 2 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-utils.yaml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/jjb/ncomp/ncomp-cdap.yaml b/jjb/ncomp/ncomp-cdap.yaml index ec56af821..6b3f4f74e 100644 --- a/jjb/ncomp/ncomp-cdap.yaml +++ b/jjb/ncomp/ncomp-cdap.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-cdap-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 diff --git a/jjb/ncomp/ncomp-core.yaml b/jjb/ncomp/ncomp-core.yaml index 894972818..675e7ad67 100644 --- a/jjb/ncomp/ncomp-core.yaml +++ b/jjb/ncomp/ncomp-core.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-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 # in the job diff --git a/jjb/ncomp/ncomp-docker.yaml b/jjb/ncomp/ncomp-docker.yaml index ba0c12b3a..6603b16ad 100644 --- a/jjb/ncomp/ncomp-docker.yaml +++ b/jjb/ncomp/ncomp-docker.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-docker-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 diff --git a/jjb/ncomp/ncomp-maven.yaml b/jjb/ncomp/ncomp-maven.yaml index 9a1d2ad62..2bc55d425 100644 --- a/jjb/ncomp/ncomp-maven.yaml +++ b/jjb/ncomp/ncomp-maven.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-maven-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 diff --git a/jjb/ncomp/ncomp-openstack.yaml b/jjb/ncomp/ncomp-openstack.yaml index eb9272f9d..e2a02074d 100644 --- a/jjb/ncomp/ncomp-openstack.yaml +++ b/jjb/ncomp/ncomp-openstack.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-openstack-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 diff --git a/jjb/ncomp/ncomp-sirius-manager.yaml b/jjb/ncomp/ncomp-sirius-manager.yaml index 86cf77152..f33fa95b2 100644 --- a/jjb/ncomp/ncomp-sirius-manager.yaml +++ b/jjb/ncomp/ncomp-sirius-manager.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-sirius-manager-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 diff --git a/jjb/ncomp/ncomp-utils.yaml b/jjb/ncomp/ncomp-utils.yaml index d2c2b3fce..985c7913a 100644 --- a/jjb/ncomp/ncomp-utils.yaml +++ b/jjb/ncomp/ncomp-utils.yaml @@ -11,7 +11,7 @@ stream: - 'master': branch: 'master' - mvn-settings: 'ncomp-settings' + mvn-settings: 'ncomp-utils-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 |