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

Commit f66257d

Browse files
authored
Update Jenkinsfile-online
1 parent 7ba822d commit f66257d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Jenkinsfile-online

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ pipeline {
1111

1212
environment {
1313
DOCKER_CREDENTIAL_ID = 'dockerhub-id'
14-
GITHUB_CREDENTIAL_ID = 'github-id'
15-
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
14+
GITHUB_CREDENTIAL_ID = 'github-token'
15+
KUBECONFIG_CREDENTIAL_ID = 'kubeconfig'
1616
REGISTRY = 'docker.io'
17-
DOCKERHUB_NAMESPACE = 'docker_username'
18-
GITHUB_ACCOUNT = 'kubesphere'
17+
DOCKERHUB_NAMESPACE = 'dockerredaimon'
18+
GITHUB_ACCOUNT = 'JRed1989'
1919
APP_NAME = 'devops-java-sample'
20+
SONAR_CREDENTIAL_ID = 'sonar-token'
2021
}
2122

2223
stages {

0 commit comments

Comments
 (0)