diff options
author | Aaron Hay <ah415j@att.com> | 2017-09-13 13:18:15 +0000 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2017-09-13 20:20:20 +0000 |
commit | 4cc4fd3f0e5aa654acc8f49b380f49ed0055ebd6 (patch) | |
tree | 6d706415189b3b14a218c19d5fe5e3f983025ee3 /jjb | |
parent | f0c640e9c9ebfc377ee2469048a55a84f37e97da (diff) |
Add CSIT Jenkins job for APPC
Change-Id: I2ff1a3c68be2b593730065de6ecda0b8a15e2c0f
Signed-off-by: Aaron Hay <ah415j@att.com>
Issue-Id: APPC-104
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/appc/appc-csit.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/appc/appc-csit.yaml b/jjb/appc/appc-csit.yaml new file mode 100644 index 000000000..1a364df32 --- /dev/null +++ b/jjb/appc/appc-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: appc-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'appc' + stream: 'master' + functionality: + - 'healthcheck': + trigger_jobs: + - '{project-name}-{stream}-release-java-daily-checkstyle' + robot-options: '' + branch: 'master' |