From 6ebb1eaafbae94d65f8a28eeaa139467a872ae80 Mon Sep 17 00:00:00 2001 From: javaeeszh <93252259+javaeeszh@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:19:10 +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 2ca69e7f..07ad1123 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 = 'suzh' + GITHUB_ACCOUNT = 'javaeeszh' APP_NAME = 'devops-java-sample' }