From 50d0a44c41d07e5796bf6238484cb9ebf4050042 Mon Sep 17 00:00:00 2001 From: Eagle919 <30683780+Eagle919@users.noreply.github.com> Date: Thu, 9 Mar 2023 16:49:54 +0800 Subject: [PATCH 1/2] Update Jenkinsfile-online --- Jenkinsfile-online | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 2ca69e7f..14a8768f 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -14,9 +14,10 @@ pipeline { GITHUB_CREDENTIAL_ID = 'github-id' KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig' REGISTRY = 'docker.io' - DOCKERHUB_NAMESPACE = 'docker_username' - GITHUB_ACCOUNT = 'kubesphere' + DOCKERHUB_NAMESPACE = 'eagledockerid' + GITHUB_ACCOUNT = 'Eagle919' APP_NAME = 'devops-java-sample' + SONAR_CREDENTIAL_ID = 'sonar-token' } stages { From 7ab2727de4840b2871b35d82c118d7036a584ebe Mon Sep 17 00:00:00 2001 From: Eagle919 <30683780+Eagle919@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:18:16 +0800 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b912c1c..61724f93 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.11.RELEASE + 2.1.13.RELEASE