[ci skip] Use --global flag to configure git
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -5,8 +5,8 @@ pipeline {
|
|||||||
stage('Configure git') {
|
stage('Configure git') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'git config user.name "luminolmc"'
|
sh 'git config --global user.name "luminolmc"'
|
||||||
sh 'git config user.email "luminolmc@noreply.github.com"'
|
sh 'git config --global user.email "luminolmc@noreply.github.com"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user