Skip to content

Commit

Permalink
[JENKINS-47373] Set git configuration to avoid test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcojfernandez committed Oct 10, 2017
1 parent ca41f12 commit 5eb1bf1
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 5eb1bf1

Please sign in to comment.