From 222cf2c65189c97877491c7bcc6fc14982ce65d7 Mon Sep 17 00:00:00 2001 From: azatsafin Date: Wed, 20 Jan 2021 12:28:43 +0300 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a931d82656..948cc9c0b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,7 +190,7 @@ spec: script { withCredentials([usernamePassword(credentialsId: 'github-jenkins-internal-provectus', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USER')]) { sh "git add ." - sh "git -c user.name=\"$GIT_USER\" -c user.email=\"\" commit -m \"Increased version in pom.xml\"" + sh "git -c user.name=\"$GIT_USER\" -c user.email=\"no-reply@jenkins.provectus.com\" commit -m \"Increased version in pom.xml\"" sh "git push https://$GIT_USER:$GIT_PASSWORD@github.com/provectus/kafka-ui.git HEAD:master" } } From c701a1763a4108e7ad4f51b9d2786696720ae0a2 Mon Sep 17 00:00:00 2001 From: 66632 Date: Wed, 20 Jan 2021 09:40:13 +0000 Subject: [PATCH 2/2] Increased version in pom.xml --- kafka-ui-api/pom.xml | 2 +- kafka-ui-contract/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index ad43299fcf..1ff1ea1f68 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -5,7 +5,7 @@ kafka-ui com.provectus - 0.0.8-SNAPSHOT + 0.0.9-SNAPSHOT 4.0.0 diff --git a/kafka-ui-contract/pom.xml b/kafka-ui-contract/pom.xml index 7558f9608d..c40df77203 100644 --- a/kafka-ui-contract/pom.xml +++ b/kafka-ui-contract/pom.xml @@ -4,7 +4,7 @@ kafka-ui com.provectus - 0.0.8-SNAPSHOT + 0.0.9-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 1673ec7707..5ac9ab77b2 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ com.provectus kafka-ui - 0.0.8-SNAPSHOT + 0.0.9-SNAPSHOT kafka-ui Kafka metrics for UI panel