Category: github

Have you ever asked yourself or your colleague “Which version is currently deployed on the development environment?” or “Bill, our client experienced a bug two days ago. Do you remember which version was deployed at that time?”. If questions like this regularly pop up, and you use Jenkins for their CI/CD process, this plugin is definitely for you! In the world of Agile development, we have to update our software applications very often.

The only thing you have to do is to call the addDeployToDashboard method with the environment name and app version parameters.

Related Articles