We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029380 commit e1c486fCopy full SHA for e1c486f
1 file changed
Jenkinsfile-online
@@ -14,9 +14,10 @@ pipeline {
14
GITHUB_CREDENTIAL_ID = 'github-id'
15
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
16
REGISTRY = 'docker.io'
17
- DOCKERHUB_NAMESPACE = 'docker_username'
18
- GITHUB_ACCOUNT = 'kubesphere'
+ DOCKERHUB_NAMESPACE = 'leesiri'
+ GITHUB_ACCOUNT = 'JohnLC'
19
APP_NAME = 'devops-java-sample'
20
+ SONAR_CREDENTTAL_ID = 'sonar-token'
21
}
22
23
stages {
0 commit comments