Jenkins : SCM HttpClient Plugin

 This plugin stores the scm changes and job build message as http request body to trigger service.

Plugin Information

View SCM HttpClient on the plugin site for more information.

  • Introduction
  • How it works?
  • Usage

Introduction

The simple way to read the job build message, including the scm changeSets and job build message, which is used to trigger other service.

Only `Git` and `Svn` based projects are supported.

How it works?

While your job runs the plugin reads your build workspace to retrieve the build message via compare last with previous build SCM revision diffs. the diff are stored and use like $(AFFECTEDPATH), $(JOBBUILD_MESSAGE).

Usage

Install this plugin via the Jenkins plugin manager.

After installation just activate the post build action named SCM HttpClient.

configuration:

print on console:

Version history

Version 1.0 (February 26, 2019)

  • Initial release

Version 1.1 (June 18, 2019)

  • added Authorization for request


Attachments:

print.png (image/png)
after_step.png (image/png)
content.png (image/png)
config1.png (image/png)
print.png (image/png)
http.png (image/png)
http (2).png (image/png)
body.png (image/png)
body (2).png (image/png)