Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 2e16815

Browse files
authored
Update Jenkinsfile-online
1 parent 957c064 commit 2e16815

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile-online

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ pipeline {
1212
environment {
1313
DOCKER_CREDENTIAL_ID = 'dockerhub-id'
1414
GITHUB_CREDENTIAL_ID = 'github-id'
15-
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
15+
KUBECONFIG_CREDENTIAL_ID = 'kubeconfig-ks'
1616
REGISTRY = 'docker.io'
17-
DOCKERHUB_NAMESPACE = 'docker_username'
18-
GITHUB_ACCOUNT = 'kubesphere'
17+
DOCKERHUB_NAMESPACE = 'abcz'
18+
GITHUB_ACCOUNT = 'aclk'
1919
APP_NAME = 'devops-java-sample'
2020
SONAR_CREDENTIAL_ID= 'sonar-token'
2121
}

0 commit comments

Comments
 (0)