sh commands and result set not being published in logs->Splunk

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Minor
    • Component/s: splunk-devops-plugin
    • None

      Basic pipeline example. sh commands such as `ls` do not get published back to Splunk

       

      ```

      pipeline {
      agent

      { label 'test' }

      options

      { sendSplunkConsoleLog() }

      stages {
      stage ('ShellStage'){
      steps

      { sh pwd sh ls }


      }
      }
      }

            Assignee:
            Ted Xiao
            Reporter:
            Steven Deal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: