Details
-
Type:
Bug
-
Status: Fixed but Unreleased (View Workflow)
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Component/s: splunk-devops-plugin
-
Labels:None
-
Similar Issues:
Description
Basic pipeline example. sh commands such as `ls` do not get published back to Splunk
```
pipeline {
agent
options
{ sendSplunkConsoleLog() }stages {
stage ('ShellStage'){
steps
}
}
}
I can not reproduce, please make sure pipeline related plugins get updated to latest version, e.g.
https://plugins.jenkins.io/workflow-job
https://plugins.jenkins.io/workflow-support