diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-11-07 14:26:45 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2023-11-07 14:26:50 +0000 |
commit | 23f648a7707e60e2469953a4a929e1aae903c727 (patch) | |
tree | a528c5213acd6ae7aadaaf1293afff0446040e63 /jjb/cps | |
parent | 2f25a5853974c7f70361708c91a3df193a730326 (diff) |
[CPS] Add montreal jobs for DMI Plugin
- Added dmi-plugin and csit jobs for montreal release branch
Issue-ID: CPS-1944
Change-Id: I6ea571e60c8fc0c274fd2ebe8a1821e0324fbb16
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'jjb/cps')
-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: "" |