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 63c3759 commit 52e99b6Copy full SHA for 52e99b6
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 = 'yushency'
+ GITHUB_ACCOUNT = 'chenyu520'
19
APP_NAME = 'devops-java-sample'
20
+ SONAR_CREDENTIAL_ID = 'sonar-token'
21
}
22
23
stages {
0 commit comments