- 
    
Bug
 - 
    Resolution: Cannot Reproduce
 - 
    
Minor
 - 
    None
 
Basic pipeline example. sh commands such as `ls` do not get published back to Splunk
```
pipeline { 
 agent 
options
{ sendSplunkConsoleLog() }stages { 
 stage ('ShellStage'){ 
 steps
 
 } 
 } 
}