From 2782d961ce142ae824a480c2b63b03300ace9c5d Mon Sep 17 00:00:00 2001 From: guohz <351150710@qq.com> Date: Thu, 4 Feb 2021 15:34:22 +0800 Subject: [PATCH 1/2] Update Jenkinsfile-online update java config --- Jenkinsfile-online | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 2ca69e7f..6ba8ead9 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 = '351150710' + GITHUB_ACCOUNT = 'guohz-git' APP_NAME = 'devops-java-sample' + SONAR_CREDENTIAL_ID = ’sonar-token‘ } stages { From 4333ba4a255d0212d3ea1d93034442e41d6e9c2c Mon Sep 17 00:00:00 2001 From: guohz <351150710@qq.com> Date: Thu, 4 Feb 2021 15:41:58 +0800 Subject: [PATCH 2/2] Update Jenkinsfile-online --- Jenkinsfile-online | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 6ba8ead9..02651065 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -17,7 +17,7 @@ pipeline { DOCKERHUB_NAMESPACE = '351150710' GITHUB_ACCOUNT = 'guohz-git' APP_NAME = 'devops-java-sample' - SONAR_CREDENTIAL_ID = ’sonar-token‘ + SONAR_CREDENTIAL_ID = 'sonar-token' } stages {