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.