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

play deps failure does not fail build #37

Open TheRyanBurke opened 12 years ago

TheRyanBurke commented 12 years ago

If deps command fails to find dependencies.yml, play still returns exit code 0 and Jenkins build continues. Build should fail overall if play deps fails in this way.

I submit a ticket to Play's Lighthouse tracking system: https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1330-play-deps-exit-code-0-when-yml-not-found

Will work on a Play mod to return non-zero exit code for this case and post link to the fork here when I'm done.

TheRyanBurke commented 12 years ago

Fix here: https://github.com/TheRyanBurke/play

ikeike443 commented 12 years ago

Thanks. Please let me know when play accept your patch.