Skip to content

Commit

Permalink
Try git config without --global
Browse files Browse the repository at this point in the history
  • Loading branch information
fc-staddiken committed Dec 27, 2019
1 parent 16af3cb commit 5946be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsfileRelease
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pipeline {
stages {
stage ('Set Git Information') {
steps {
sh 'git config --global user.email "simon.taddiken@gmail.com"'
sh 'git config --global user.name "Simon Taddiken"'
sh 'git config user.email "simon.taddiken@gmail.com"'
sh 'git config user.name "Simon Taddiken"'
}
}
stage('Prepare') {
Expand Down

0 comments on commit 5946be9

Please sign in to comment.