From: Eric Debeau Date: Tue, 17 Apr 2018 12:23:30 +0000 (+0000) Subject: Create CSIT YAML file for ExternalAPI-NBI X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F43331%2F1;p=ci-management.git Create CSIT YAML file for ExternalAPI-NBI Change-Id: I6927982e490279deabc35ed979d8f8a843d27fbe Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau --- diff --git a/jjb/externalapi/externalapi-nbi-csit.yaml b/jjb/externalapi/externalapi-nbi-csit.yaml new file mode 100644 index 000000000..40a4663af --- /dev/null +++ b/jjb/externalapi/externalapi-nbi-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: externalapi-nbi-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'externalapi' + stream: 'master' + functionality: + - 'healthcheck': + trigger_jobs: + - '{project-name}-{stream}-release-java-daily-checkstyle' + robot-options: '' + branch: 'master'