| Hi Mark, In a freestyle Jenkins job this is not an issue, because once the webhook fires of, it checks out the code, which is then ready to be built. However, with a Pipeline job, it is a two step process. It first checks out the Jenkinsfile, then uses it to execute the checkout stage, if defined. |