diff options
author | LiamBurke <Liam.Burke@ericsson.com> | 2018-09-27 16:16:37 +0100 |
---|---|---|
committer | LiamBurke <liam.burke@ericsson.com> | 2018-09-27 16:18:57 +0100 |
commit | 5e435053bf1622b3abb23703ff07b2101876b22b (patch) | |
tree | 5068f1a5ea29b8938aade7b273ce1813428f5606 /jjb | |
parent | 8995523d033feca9d7ca39d6f45dd02b7cd0e2a3 (diff) |
Renaming of the BulkPMSuite to usecases 5Gbulkpm
Change-Id: I6097275cdff007880fa9223dfdc608f55934f223
Issue-ID: INT-649
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/usecases/5G-bulkpm.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/usecases/5G-bulkpm.yaml b/jjb/usecases/5G-bulkpm.yaml new file mode 100644 index 000000000..8ef0fdcc0 --- /dev/null +++ b/jjb/usecases/5G-bulkpm.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: usecases-5G-bulkpm-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'usecases' + stream: 'master' + functionality: + - '5G-bulkpm': + trigger_jobs: + - '{project-name}-{stream}-docker-java-shell-daily' + robot-options: '' + branch: 'master' |