diff --git a/README.md b/README.md index b0d3fe4..5543727 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo demonstrates how to post back to the [GitHub Deployment API](https://developer.github.com/v3/repos/deployments/) from a [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/). See the [Jenkinsfile](Jenkinsfile) for the exact Pipeline. ## Requirements - +I am testing this on git 1. Create a Multibranch Pipeline (or use GitHub Organization Folders) within Jenkins that references this repository. 2. Install the [HTTP Request Plugin](https://plugins.jenkins.io/http_request) and the [Pipeline Utility Steps](https://plugins.jenkins.io/pipeline-utility-steps) on Jenkins. 3. Add a branch, make a modification, and create a Pull Request in GitHub.