- 
    
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.