Skip to content

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins - GitHub Deployment API

This repo demonstrates how to post back to the GitHub Deployment API from a Jenkins Pipeline. See the Jenkinsfile for the exact Pipeline.

Requirements

  1. Create a Multibranch Pipeline (or use GitHub Organization Folders) within Jenkins that references this repository.
  2. Install the HTTP Request Plugin and the Pipeline Utility Steps on Jenkins.
  3. Add a branch, make a modification, and create a Pull Request in GitHub.
  4. Run the pipeline jobs again and you should see the deployment recorded in the Pull Request

How it Works

The Jenkins pipeline has 2 stages: build and deploy.

  • Build Stage:
    • Maven command is run to build the project.
  • Deploy Stage
    • Creates a GitHub Deployment via API using the HTTP Request Plugin
    • Saves the deployment id of the deployment just created
    • Executes the deployment
    • Creates a GitHub Deployment Status based on the outcome of the deployment via API using the HTTP Request Plugin

License

The project is available as open source under the terms of the MIT License.

About

Jenkins - Deployment API Integration Example

Resources

Stars

24 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages