From 740f6cc3ae5da5f910bf954443252ea35e9e57a3 Mon Sep 17 00:00:00 2001 From: HeisenbergWithoutHat Date: Mon, 28 Oct 2019 18:28:26 +0800 Subject: [PATCH] Update jenkinsfile --- Jenkinsfile-online | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 67c8a7f2..43956b96 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 = 'c4fun' + GITHUB_ACCOUNT = 'c4fun' APP_NAME = 'devops-java-sample' SONAR_CREDENTIAL_ID= 'sonar-token' }