From 77cd132d7692fde6bcfc29dc996dc3408517670b Mon Sep 17 00:00:00 2001 From: apple1413 <604097514@qq.com> Date: Sun, 10 Jul 2022 10:23:12 +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 2ca69e7f..139d583a 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 = 'apple1413' + GITHUB_ACCOUNT = 'apple1413' APP_NAME = 'devops-java-sample' + SONAR_CREDENTIAL_ID='sonar-qube' } stages {