ikeike443 / HudsonPluginForPlay

Jenkins plugin for Play! framework. This is trunk of jenkins-ci/play-plugin.
http://wiki.jenkins-ci.org/display/JENKINS/play-plugin
33 stars 28 forks source link

Write application.log out to the hudson log if there is a build error #3

Closed imeredith closed 13 years ago

imeredith commented 13 years ago

Not sure if this is the right place to put the code, or if it should be written even if the build passes

ikeike443 commented 13 years ago

Thanks, I've checked. I think this kind of error appeared in 'Play! test result' view. Click a blue 'application.log' square. So, it is not necessary to rewrite error log into Hudson job log I think. Do you think about that point?

imeredith commented 13 years ago

Hmm, I didn't notice the test results. Your right about that.

I still think that we should have a build step, and a test step, like maven does in hudson. "red" = build failed, "yellow" = build passed, test(s) failed, "blue"= everything passed.

ikeike443 commented 13 years ago

I agreed at this point below.

I still think that we should have a build step, and a test step, like maven does in hudson. "red" = build failed, "yellow" = build passed, test(s) failed, "blue"= everything passed.