Changeset - r22804:914afe3acd91
[Not reviewed]
master
0 1 0
Patric Stout - 7 years ago 2018-04-14 20:14:10
truebrain@openttd.org
Add: [Jenkinsfile] rebase the pull-request on top of master (#6720)

This allows PRs to be a bit older, but still validate the correct result
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Jenkinsfile
Show inline comments
 
@@ -52,6 +52,9 @@ node {
 
            // Ensure we also have origin/master available
 
            sh "git fetch --no-tags origin master:refs/remotes/origin/master"
 

	
 
            // Try to rebase to origin/master; if this fails, fail the CI
 
            sh "git rebase origin/master"
 

	
 
            stash name: "source", useDefaultExcludes: false
 
        }
 

	
0 comments (0 inline, 0 general)