From db09ef21fed080f68a40c1252f74f9e6312095e8 Mon Sep 17 00:00:00 2001 From: njxiaohan Date: Mon, 15 Jul 2019 17:46:39 +0800 Subject: [PATCH 1/2] Update Jenkinsfile-online --- Jenkinsfile-online | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 67c8a7f20..35f48ed94 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -14,8 +14,8 @@ pipeline { GITHUB_CREDENTIAL_ID = 'github-id' KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig' REGISTRY = 'docker.io' - DOCKERHUB_NAMESPACE = 'docker_username' - GITHUB_ACCOUNT = 'kubesphere' + DOCKERHUB_NAMESPACE = 'njxiaohan' + GITHUB_ACCOUNT = 'njxiaohan' APP_NAME = 'devops-java-sample' SONAR_CREDENTIAL_ID= 'sonar-token' } From fcc4189a33428203ede2962e966186e762f8496d Mon Sep 17 00:00:00 2001 From: njxiaohan Date: Mon, 15 Jul 2019 17:47:10 +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 35f48ed94..6bf56459d 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -16,7 +16,7 @@ pipeline { REGISTRY = 'docker.io' DOCKERHUB_NAMESPACE = 'njxiaohan' GITHUB_ACCOUNT = 'njxiaohan' - APP_NAME = 'devops-java-sample' + APP_NAME = 'devops-xh-sample' SONAR_CREDENTIAL_ID= 'sonar-token' }