From c7313faf9e1ad2cb936508002045d53d4ddd92bf Mon Sep 17 00:00:00 2001 From: rdlunc <348799577@qq.com> Date: Thu, 31 Mar 2022 13:53:55 +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..f3f1d6ad1 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 = 'rdlunc' + GITHUB_ACCOUNT = 'rdlunc' APP_NAME = 'devops-java-sample' + SONAR_CREDENTIAL_ID = 'sonar-token' } stages {