How to check if Jenkins Pipeline runs from a pull request?
Jenkins Multibranch Pipeline reacts to changes pushed to git branches.Sometimes we want to determine if a specific run was executed for a pull request.Here’s how to do it.
Jenkins Multibranch Pipeline reacts to changes pushed to git branches.Sometimes we want to determine if a specific run was executed for a pull request.Here’s how to do it.
Sorting a list is one of the most popular operations you can do on collections.In this blog post, I show you how you can sort a list of random elements using Groovy programming language.