If you want to see the bat file output, remove the returnStdOut. You only
need that if you want to assign the output to variable and use it later in
the pipeline.
if you still want it in the logging as well as a variable:

output = bat returnStdout: true, script: 'echo %PATH%'




On Fri, 27 Mar 2020, 12:40 wowberk, <jrvi...@gmail.com> wrote:

> Hi all,
>
> I have uploaded this file.jenkinsfile in a repository
>
> pipeline {
>     agent any
>     options {
>         timeout(4)
>     }
>
>
>     stages {
>         stage('SmokeTest Login') {
>             steps {
>                 sleep 15
>                 echo 'SmokeTest Login Init..'
>                 bat returnStdout: true, script: 'echo %PATH%'
>                 echo 'SmokeTest Login Finished..'
>             }
>         }
>
> }
>
>
>
> but i can't get jenkins to return anything on screen or continue or
> showing any kind of error.
>
>
> [Pipeline] { 
> <http://automatizaciones.euskaltel.com:8888/job/902.NEW%20EKTNET_ChequearPREProducci%C3%B3n/50/console#>[Pipeline]
>  stage 
> <http://automatizaciones.euskaltel.com:8888/job/902.NEW%20EKTNET_ChequearPREProducci%C3%B3n/50/console#>[Pipeline]
>  { (SmokeTest Login) 
> <http://automatizaciones.euskaltel.com:8888/job/902.NEW%20EKTNET_ChequearPREProducci%C3%B3n/50/console#>[Pipeline]
>  sleep 
> <http://automatizaciones.euskaltel.com:8888/job/902.NEW%20EKTNET_ChequearPREProducci%C3%B3n/50/console#>Sleeping
>  for 15 sec[Pipeline] echo 
> <http://automatizaciones.euskaltel.com:8888/job/902.NEW%20EKTNET_ChequearPREProducci%C3%B3n/50/console#>SmokeTest
>  Login Init..[Pipeline] bat 
> <http://automatizaciones.euskaltel.com:8888/job/902.NEW%20EKTNET_ChequearPREProducci%C3%B3n/50/console#>Cancelling
>  nested steps due to timeoutSending interrupt signal to process
> After 20s process did not stop[Pipeline] }
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/c70ebdda-42ab-4a85-83ea-f6c711cd7f4b%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/c70ebdda-42ab-4a85-83ea-f6c711cd7f4b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO37hbgeDiR2DSEvjzLROK3WNRmRzC3LRC7RcwLRa8FfGQOrEA%40mail.gmail.com.

Reply via email to