Skip to content

Commit

Permalink
Update Jenkinsfile-online
Browse files Browse the repository at this point in the history
update
  • Loading branch information
zhangjiezhang authored Nov 30, 2021
1 parent 6b3ed07 commit 1286e76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Jenkinsfile-online
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ pipeline {
}

environment {
DOCKER_CREDENTIAL_ID = 'dockerhub-id'
GITHUB_CREDENTIAL_ID = 'github-id'
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
REGISTRY = 'docker.io'
DOCKERHUB_NAMESPACE = 'docker_username'
GITHUB_ACCOUNT = 'kubesphere'
APP_NAME = 'devops-java-sample'
DOCKER_CREDENTIAL_ID = 'docker-registry'
GITHUB_CREDENTIAL_ID = 'github'
KUBECONFIG_CREDENTIAL_ID = 'kubernetes'
REGISTRY = 'registry.local.pascall.cn'
DOCKERHUB_NAMESPACE = 'demo'
GITHUB_ACCOUNT = 'zhangjiezhang'
APP_NAME = 'test'
}

stages {
Expand Down

0 comments on commit 1286e76

Please sign in to comment.