diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index a8ddf02..b4fd3ba 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -60,6 +60,8 @@ try { stage('Build Image') { mvn 'clean package -DskipTests' + + // Update build config for kubernetes // Update Service yaml for kubernetes // Update route yaml for kubernetes diff --git a/pom.xml b/pom.xml index e6fbc37..0989fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cryptosky.me db-gateway 1.0.0 - DB Gateway + db-gateway Database Cluster Gateway with a GraphQL API @@ -116,7 +116,7 @@ - Cryptosky DB Gateway + cryptosky-db-gateway org.codehaus.gmavenplus