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