diff options
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin.yaml | 3 | ||||
-rw-r--r-- | jjb/cps/cps.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/jjb/cps/cps-ncmp-dmi-plugin.yaml b/jjb/cps/cps-ncmp-dmi-plugin.yaml index 61a4e2e18..a7835647f 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin.yaml @@ -48,6 +48,9 @@ - 'kohn': branch: 'kohn' cron: '' + - 'london': + branch: 'london' + cron: '' mvn-settings: cps-ncmp-dmi-plugin-settings files: '**' archive-artifacts: '' diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index a56a50ea7..78e6303eb 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -61,6 +61,9 @@ - 'kohn': branch: 'kohn' cron: '' + - 'london': + branch: 'london' + cron: '' mvn-settings: 'cps-settings' files: '**' archive-artifacts: '' |