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.