From b948400e2b1596ae4b4b00a60bcecb770d1cf449 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 12 Feb 2020 20:48:22 +0000 Subject: [PATCH] [11.02.20] cleanup stage --- configuration/pipelines/build.groovy | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 157b81d..fdbd589 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -84,6 +84,9 @@ try { sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@${env.GIT_REPOSITORY_PATH} ${env.APPLICATION_VERSION}" } } + stage('Cleanup') { + sh "docker image ls" + } } } } catch ( exception ) { diff --git a/pom.xml b/pom.xml index f99032f..e6fbc37 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cryptosky.me db-gateway - 0.0.1 + 1.0.0 DB Gateway Database Cluster Gateway with a GraphQL API