amahussein commented on pull request #2408:
URL: https://github.com/apache/hadoop/pull/2408#issuecomment-718325314


   > I think the `keepLongStdio` option can be used 
https://www.jenkins.io/doc/pipeline/steps/junit/
   > The option can be enabled by updating the `./Jenkinsfile` as follows:
   > 
   > ```diff
   > -                junit "${env.SOURCEDIR}/**/target/surefire-reports/*.xml"
   > +                junit keepLongStdio: true, testResults: 
"${env.SOURCEDIR}/**/target/surefire-reports/*.xml"
   > ```
   
   Thanks @aajisaka !
   I am going to try it out.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to