ros-infrastructure / buildfarm_deployment

Apache License 2.0
30 stars 39 forks source link

git config to support merges in PR jobs #148

Closed dirk-thomas closed 6 years ago

dirk-thomas commented 7 years ago

The config file hudson.plugins.git.GitSCM.xml needs to be created with a content like this:

<?xml version='1.0' encoding='UTF-8'?>
<hudson.plugins.git.GitSCM_-DescriptorImpl plugin="git@3.2.0">
  <generation>200</generation>
  <globalConfigName>jenkins</globalConfigName>
  <globalConfigEmail>jenkins@build.ros.org</globalConfigEmail>
  <createAccountBasedOnEmail>false</createAccountBasedOnEmail>
</hudson.plugins.git.GitSCM_-DescriptorImpl>

Since #146 is currently ongoing I didn't make a patch for this.