From 2e05ab5f9618b36bc221ded10cbcb778e769ef74 Mon Sep 17 00:00:00 2001 From: xiaolige Date: Sun, 6 Dec 2020 17:22:22 +0800 Subject: [PATCH] Update Jenkinsfile-online ddd --- Jenkinsfile-online | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index a6df2ead1..973b52025 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 = 'mycontroldestiny' + GITHUB_ACCOUNT = 'mycontroldestiny@126.com' + SONAR_CREDENTIAL_ID='sonar-token' APP_NAME = 'devops-java-sample' }