diff options
author | kishore <kk707x@att.com> | 2017-09-13 12:24:15 -0500 |
---|---|---|
committer | kishore <kk707x@att.com> | 2017-09-14 11:52:24 -0500 |
commit | 3472ea3f2107c09e78e1506b59f1f76f0e076c55 (patch) | |
tree | 341b137356681fbe319a02bb27ea374b26d1f75d | |
parent | 88f84ffa98cf93b51e7c7b669a6ebc70e3a9322f (diff) |
Add Portal CSIT Jenkins job
Issue-id:PORTAL-98
Change-Id: I53836318e6b08a4822696bb830d2fcd9bacb9daa
Signed-off-by: kishore <kk707x@att.com>
-rw-r--r-- | jjb/portal/portal-csit.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/portal/portal-csit.yaml b/jjb/portal/portal-csit.yaml new file mode 100644 index 000000000..a8e961223 --- /dev/null +++ b/jjb/portal/portal-csit.yaml @@ -0,0 +1,13 @@ +- project: + name: portal-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'portal' + stream: 'master' + functionality: + - 'testsuite': + trigger_jobs: + - 'portal-docker-{stream}-merge-docker-script' + robot-options: '' + branch: 'master' |