I am a Jenkins newbie. This is a great tool, simple, yet robust. Kudos to the team.
I am trying to use Jenkins to monitor an external job. One of the optional inputs to the external job is path to a temporary log directory lets (say, the log directory is `/tmp/testlog-UUID`), where the logs of the tests are written. Once the job is complete, what approaches can I use to have this directory / folder available via browser, so that everyone can see the test results (and logs) from the browser rather than logging into the host and reading files from `/tmp/testlog-UUID`. Say, something like this: `http://<server>/job/testlog-UUID` Thanks. Also posted here: http://stackoverflow.com/questions/15752590/jenkins-how-to-view-external-jobs-log-directory -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
