Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an application that runs over AIX platform through Jenkins (AIX is a slave node). When I run the same application over windows I can see all the output of the application over Jenkins' console but when I run the same application over AIX I am not only able to see anything, except what I have defined in ANT script. Is there is any way or any available plugin that allows Jenkins to extract all the output to its console output window. If not, than, is there any way this can be done through ANT.

Thanks!

share|improve this question

1 Answer

up vote 1 down vote accepted

This can be done through ANT. There is a property called 'spawn', if it is defined and set to false than I can see my output over the Jenkins Console.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.