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

Commit e687b9c

Browse files
author
liuchuang
committed
本地化
1 parent de65f44 commit e687b9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile-online

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ pipeline {
7878
container ('maven') {
7979
input(id: 'release-image-with-tag', message: 'release image with tag?')
8080
withCredentials([usernamePassword(credentialsId: "$GITHUB_CREDENTIAL_ID", passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
81-
sh 'git config --global user.email "kubesphere@yunify.com" '
82-
sh 'git config --global user.name "kubesphere" '
81+
sh 'git config --global user.email "lzxxhwx@163.com" '
82+
sh 'git config --global user.name "airdive" '
8383
sh 'git tag -a $TAG_NAME -m "$TAG_NAME" '
8484
sh 'git push http://$GIT_USERNAME:$GIT_PASSWORD@github.com/$GITHUB_ACCOUNT/devops-java-sample.git --tags --ipv4'
8585
}

0 commit comments

Comments
 (0)