Skip to content

Commit

Permalink
Merge pull request #276 from fcojfernandez/JENKINS-47373
Browse files Browse the repository at this point in the history
[JENKINS-47373] Set git configuration to avoid test failures.
  • Loading branch information
MarkEWaite committed Oct 10, 2017
2 parents ca41f12 + 5eb1bf1 commit 5c9f28d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -245,6 +245,8 @@ String repoPath() {

WorkingArea init() throws IOException, InterruptedException {
git.init();
git.setAuthor("root", "root@mydomain.com");
git.setCommitter("root", "root@domain.com");
return this;
}

Expand Down

0 comments on commit 5c9f28d

Please sign in to comment.