diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-14 16:45:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-14 16:45:38 +0000 |
commit | 1d8a98b39d003b8daee427dd8ec987e56057e30c (patch) | |
tree | c6b71c852c348e5fd0037341cec497d0b8d2ab38 /jjb/appc | |
parent | 1f20ee25afe7e4852c496c2bcabe59bd013d67d3 (diff) | |
parent | 4cc4fd3f0e5aa654acc8f49b380f49ed0055ebd6 (diff) |
Merge "Add CSIT Jenkins job for APPC"
Diffstat (limited to 'jjb/appc')
-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' |