diff options
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin.yaml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml index 06d47271a..beeaa89cc 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml @@ -39,5 +39,7 @@ stream: - "master": branch: "master" + - "montreal": + branch: "montreal" mvn-settings: "cps-ncmp-dmi-plugin-settings" robot-options: "" diff --git a/jjb/cps/cps-ncmp-dmi-plugin.yaml b/jjb/cps/cps-ncmp-dmi-plugin.yaml index 335a813fb..3bd1402f4 100644 --- a/jjb/cps/cps-ncmp-dmi-plugin.yaml +++ b/jjb/cps/cps-ncmp-dmi-plugin.yaml @@ -37,6 +37,9 @@ - "london": branch: "london" cron: "" + - "montreal": + branch: "montreal" + cron: "" mvn-settings: cps-ncmp-dmi-plugin-settings files: "**" archive-artifacts: "" |