Changeset - r22810:a489853b0c8e
[Not reviewed]
master
0 1 0
Patric Stout - 7 years ago 2018-04-15 20:22:32
truebrain@openttd.org
Change: [Jenkinsfile] Set a git user.email and user.name before rebase (#6728)

Rebase demands both are set, otherwise it refuses to work
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Jenkinsfile
Show inline comments
 
@@ -49,6 +49,10 @@ node {
 
        stage("Checkout") {
 
            checkout scm
 

	
 
            // Ensure user.email and user.name is set, otherwise rebase cannot work
 
            sh "git config user.email 'info@openttd.org'"
 
            sh "git config user.name 'OpenTTD CI'"
 

	
 
            // Ensure we also have origin/master available
 
            sh "git fetch --no-tags origin master:refs/remotes/origin/master"
 

	
0 comments (0 inline, 0 general)