Log the pipeline execution on GitHub

Rationale TL;DR

Let’s suppose you would like to comment a PR with all the steps executed

The solution

Using the Github autostatus plugin

We can install the github-autostatus-plugin plugin. This plugin will automatically check the status of each step in your pipeline and it will report that back to GitHub. On your PR will see something like this:

github-autostatus-execution