From f59a22539d5b372e2425c39963547985379d6990 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Wed, 21 Mar 2018 11:14:08 +0200 Subject: new ui sanity docker Change-Id: I257c198c563771b5badcf36a479cb499f841682f Issue-ID: SDC-995 Signed-off-by: Yuli Shlosberg --- ui-ci/pom.xml | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) (limited to 'ui-ci/pom.xml') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 117d9b2300..e2508d152f 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -259,7 +259,39 @@ + + + maven-clean-plugin + 3.0.0 + + + clean.tosca.chef.os.folder + clean + + clean + + + + + + + ${project.basedir}/sdc-ui-tests + false + + *.jar + + + + + ${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites + false + + + + + + org.apache.maven.plugins maven-deploy-plugin @@ -297,4 +329,127 @@ + + + docker + + false + + + + + maven-resources-plugin + 3.0.2 + + + copy-tests-suites + verify + + copy-resources + + + sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites + + + ${project.parent.basedir}/ui-ci/src/main/resources/ci/testSuites + + * + + + + + + + + copy-resources-ui-ci + verify + + copy-resources + + + ${basedir}/sdc-ui-tests + + + ${project.parent.basedir}/ui-ci/target + + ui-ci-${project.version}-jar-with-dependencies.jar + + + + + + + + + + io.fabric8 + docker-maven-plugin + ${fabric8.version} + + + true + 1.23 + nexus3.onap.org:10001 + + + docker + docker + + + + + + + onap/sdc-ui-tests + sdc-ui-sanity + + try + ${project.basedir}/sdc-ui-tests + + ${docker.tag} + ${docker.latest.tag} + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + + + + + + + + + clean-images + pre-clean + + remove + + + true + onap/sdc-ui-tests + + + + + generate-images + install + + build + + + + + push-images + deploy + + push + + + onap/sdc-ui-tests + + + + + + + + -- cgit 1.2.3-korg