Skip to content

Commit

Permalink
[INFRA-1032] hack around by forcing user.name
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Jan 14, 2017
1 parent 852993e commit a1fde68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for(i = 0; i < buildTypes.size(); i++) {
if(isUnix()) {
sh mvnCmd
} else {
bat mvnCmd
bat "$mvnCmd -Duser.name=yay" // INFRA-1032 workaround
}
}
}
Expand Down

0 comments on commit a1fde68

Please sign in to comment.