CloudBees Git Validated Merge Plugin 3.9

1 minute read

RELEASED: Public: 2013-08-01

New features

Initial integration with the Credentials plugin to allow Jenkins to pass authentication when pushing changes upstream.

  • CloudBees Internal Ticket: RM-2021

    Could not use an HTTP repository when push/pull support was denied to the anonymous user. Now offering a secret repository HTTP location for each user which does not require HTTP authentication from the Git client. Advertised by default when SSH service is disabled; if desired even when SSH service is enabled, this is possible with a new option in Jenkins global configuration.

Resolved issues

Can now fetch or push over HTTP even when anti-CSRF crumbs are enforced.

Updated compatibility to the current versions of the JGit library and the Git Client plugin.

Fixed pushing to an HTTP repository on Tomcat.

Pushing to an HTTP repository was broken in Jenkins 1.466.1 and later; fixed interaction with a fix in that version.

Known issues

None