ikeike443/HudsonPluginForPlay

play auto-test may have bugs

Opened this issue · 1 comments

When using play auto-test, some bugs were found:

  • Though compilation error occurs, exit value that play returned was 0, so this jenkins plugin couldn't catch this error.
  • Though port binding error occurs, exit value that play returned was 0, so this jenkins plugin couldn't catch this error.

Hmm, I need to test this. I think we can do a precompile to check for compilation issues.