-
Improvement
-
Resolution: Unresolved
-
Minor
-
Pipeline plugin (shipped with Jenkins 2.0)
The payload contains a `scm` section.
In the Jenkins 2.0 pipeline-as-code paradigm, a Jenkinsfile could contain this to define a scm:
```
stage 'Checkout'
git 'https://github.com/nasqueron/tests-prod-environment-behaves-correctly.git'
```
When this method is used, `scm` section remains empty.
Actually the section `scm` is empty even if I set the git setting manually.
I have a multi branch pipeline project where I set the git url. And the rest of the stages are read from the Jenkinsfile.
I see that the "scm" section is empty.