jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.43k stars 613 forks source link

do not sign git commits in tests #1549

Closed car-roll closed 1 year ago

car-roll commented 1 year ago

Remove signing git commits in tests. I had been running into test failures regarding git commit signing that I believe were related to my local git environment. Signing the commits did not seem necessary regarding tests, so I thought removing them could reduce some problems and not affect testing too much.