From b7f20999760402c409a802bd1576cf58960e3498 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 2 Apr 2020 03:57:07 -0700 Subject: Setup CI gating verify job for emssimulator's swm-netconf module Change-Id: Idd05e135640e47dd9cb316ca2cde304e949c52fc Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski --- jjb/integration/integration-templates-docker.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/integration/integration-templates-docker.yaml') diff --git a/jjb/integration/integration-templates-docker.yaml b/jjb/integration/integration-templates-docker.yaml index caa0ad756..0ef7a5212 100644 --- a/jjb/integration/integration-templates-docker.yaml +++ b/jjb/integration/integration-templates-docker.yaml @@ -130,6 +130,7 @@ description: 'This job validates Docker Compose based projects' node: 'ubuntu1804-docker-8c-8g' docker_root: '$WORKSPACE' + post_script: '' parameters: - lf-infra-parameters: @@ -163,6 +164,7 @@ properties-content: | DOCKER_ROOT={docker_root} - shell: '{script}' + - shell: '{post_script}' publishers: - integration-docker-compose-logs -- cgit 1.2.3-korg