From 1832d2c8efa454b90bd5c7e6709b3db688d8e9c5 Mon Sep 17 00:00:00 2001 From: mellas Date: Thu, 23 Sep 2021 20:11:43 +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 2ca69e7f1..e2a7b723d 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 = 'oktoy' + GITHUB_ACCOUNT = 'mellas' APP_NAME = 'devops-java-sample' }