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

Commit e1c486f

Browse files
authored
Update Jenkinsfile-online
1 parent 1029380 commit e1c486f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Jenkinsfile-online

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ pipeline {
1414
GITHUB_CREDENTIAL_ID = 'github-id'
1515
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
1616
REGISTRY = 'docker.io'
17-
DOCKERHUB_NAMESPACE = 'docker_username'
18-
GITHUB_ACCOUNT = 'kubesphere'
17+
DOCKERHUB_NAMESPACE = 'leesiri'
18+
GITHUB_ACCOUNT = 'JohnLC'
1919
APP_NAME = 'devops-java-sample'
20+
SONAR_CREDENTTAL_ID = 'sonar-token'
2021
}
2122

2223
stages {

0 commit comments

Comments
 (0)