Releases: jenkinsci/github-plugin
Releases · jenkinsci/github-plugin
v1.22.3
v1.22.2
- #137 - Verbosive logging for commit status setter (to help on debug problems)
It also renames status setter step toSet GitHub commit status (universal)
- #145 - [fix for JENKINS-38935] It seems that config name alias is appended too late, so when some plugins tried to get full list of plugins (before initializer of GitHub Plugin can add this alias), Jenkins fails to read config and throws exception:
java.io.IOException: Unable to read /var/lib/jenkins/github-plugin-configuration.xml
v1.22.1
v1.22.0
v1.21.1
v1.21.0
- #134 (#129) - [JENKINS-33974] Payload verification using shared secrets (thx @martinmine)
Now secret string can be defined in global configuration of GitHub plugin to protect webhooks. Secret string will be used on every new registered hook. Old ones should be removed to be replaced with secured ones.