jenkinsci / salesforce-migration-assistant-plugin

Salesforce Migration Assistant plugin for Jenkins CI
https://plugins.jenkins.io/salesforce-migration-assistant-plugin/
MIT License
29 stars 15 forks source link

Upgrade JGit to 4.5 to prevent NoSuchMethodError #12

Closed aesanch2 closed 7 years ago

aesanch2 commented 7 years ago

SMAGit was using ObjectReader.release(). This has been removed in favor of ObjectReader.close(). Also, simplify the pull request builder logic to only detect the prTargetBranch to determine if a build should use pr logic.

Resolves #11