From 4750f3f7c0a8f0a7c1004cfa168137d520966169 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 29 Apr 2020 05:50:24 -0700 Subject: [PATCH] Allow setting post build script for integration-docker-verify job Change-Id: I30ce5aa50cd866643cb1b2f8db9b9ba4ac692d21 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski --- jjb/integration/integration-templates-docker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/integration/integration-templates-docker.yaml b/jjb/integration/integration-templates-docker.yaml index dd7c05d20..9c2682d43 100644 --- a/jjb/integration/integration-templates-docker.yaml +++ b/jjb/integration/integration-templates-docker.yaml @@ -69,6 +69,7 @@ node: 'ubuntu1804-docker-8c-8g' docker-image-name: '' mvn-goals: 'clean package docker:build' + post-docker-verify-script: '' properties: - infra-properties: @@ -120,6 +121,7 @@ properties: - docker.pull.registry=nexus3.onap.org:10001 - docker.push.registry=nexus3.onap.org:10003 + - shell: '{post-docker-verify-script}' publishers: - infra-shiplogs: -- 2.16.6