From 8c2a90794e62427deb04018b90091221159b0ae2 Mon Sep 17 00:00:00 2001 From: znipps Date: Fri, 18 Oct 2019 17:36:32 +0800 Subject: [PATCH] Update Jenkinsfile-online --- Jenkinsfile-online | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 67c8a7f20..de0f117e9 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 = 'znipps' + GITHUB_ACCOUNT = 'znipps' APP_NAME = 'devops-java-sample' SONAR_CREDENTIAL_ID= 'sonar-token' }