From bfc1d7612a09cc5dbdc1272b9d578e2b568e5e2d Mon Sep 17 00:00:00 2001 From: 53Hertzl <75909527+53Hertzl@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:43:31 +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 5b54bc57..adbbb6ba 100644 --- a/Jenkinsfile-online +++ b/Jenkinsfile-online @@ -12,8 +12,8 @@ pipeline { environment { DOCKER_CREDENTIAL_ID = 'dockerhub-id' REGISTRY = 'docker.io' - DOCKERHUB_NAMESPACE = 'docker_username' - GITHUB_ACCOUNT = 'kubesphere' + DOCKERHUB_NAMESPACE = '53hertz' + GITHUB_ACCOUNT = '53Hertzl' APP_NAME = 'devops-java-sample' }