diff options
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' |