From 33216a1b67f2bef8457e45b818901fe4f46b2b7b Mon Sep 17 00:00:00 2001 From: zou jia <122782838@qq.com> Date: Sun, 7 May 2023 17:27:52 +0800 Subject: [PATCH] Update Jenkinsfile-online --- Jenkinsfile-online | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 2ca69e7f1..81eec7a83 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -14,8 +14,9 @@ pipeline { GITHUB_CREDENTIAL_ID = 'github-id' KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig' REGISTRY = 'docker.io' - DOCKERHUB_NAMESPACE = 'docker_username' - GITHUB_ACCOUNT = 'kubesphere' + DOCKERHUB_NAMESPACE = 'peterzou88' + GITHUB_ACCOUNT = 'PeterZou' + SONAR_CREDENTIAL_ID= 'sonar-qube' APP_NAME = 'devops-java-sample' }