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

Commit de65f44

Browse files
author
liuchuang
committed
本地化
1 parent 7ba822d commit de65f44

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Jenkinsfile-online

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ pipeline {
1010
}
1111

1212
environment {
13-
DOCKER_CREDENTIAL_ID = 'dockerhub-id'
14-
GITHUB_CREDENTIAL_ID = 'github-id'
15-
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
13+
DOCKER_CREDENTIAL_ID = 'dockerhub'
14+
GITHUB_CREDENTIAL_ID = 'github'
15+
KUBECONFIG_CREDENTIAL_ID = 'host-kubeconfig'
1616
REGISTRY = 'docker.io'
17-
DOCKERHUB_NAMESPACE = 'docker_username'
18-
GITHUB_ACCOUNT = 'kubesphere'
17+
DOCKERHUB_NAMESPACE = 'liuisdocker'
18+
GITHUB_ACCOUNT = 'airdive'
1919
APP_NAME = 'devops-java-sample'
2020
}
2121

0 commit comments

Comments
 (0)