Elena Posted March 12, 2018 Share Posted March 12, 2018 Hi, Please help me to configure Jenkins, or AutoIt, to see test results. I am using Jenkins to run my AutoIt scripts. I used following article to configure the Jenkins job: https://gopekannan.wordpress.com/2017/11/14/how-to-execute-autoit-script-using-jenkins/ Now, I start the build and can see that my EXE file is run on remote machine, and shows the messages that I used with ConsoleWriteError() and ConsoleWrite() functions. I do put them to log files and can see them. But can I see these messages in Console Output in Jenkins in real time? Without it, Jenkins shows me that build is running, but I cannot see what is the place of running. I attached a screenshot here. Thank you in advance. Link to comment Share on other sites More sharing options...
Earthshine Posted March 12, 2018 Share Posted March 12, 2018 (edited) you probably need to read this thread https://stackoverflow.com/questions/17906542/console-output-while-running-jenkins I would configure logging in Jenkins Edited March 12, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Elena Posted March 12, 2018 Author Share Posted March 12, 2018 Thank you. Will try to configure Jenkins. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now