From 73f4f4ed08d4e687e521a8aa0164882410596ee2 Mon Sep 17 00:00:00 2001 From: xlb0479 Date: Wed, 7 Apr 2021 15:50:19 +0800 Subject: [PATCH] init --- Jenkinsfile-online | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-online b/Jenkinsfile-online index 2ca69e7f..6f5240e1 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 = 'codercooler' + GITHUB_ACCOUNT = 'xlb0479' APP_NAME = 'devops-java-sample' }