Branch: refs/heads/master
Home: https://github.com/jenkinsci/groovyaxis-plugin
Commit: 914f875e542bb6e80bac49a0641ba8b0da2fcfa0
https://github.com/jenkinsci/groovyaxis-plugin/commit/914f875e542bb6e80bac49a0641ba8b0da2fcfa0
Author: Emanuele Zattin <[email protected]>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/GroovyAxis.java
A src/test/org/jenkinsci/plugins/GroovyAxisTest.java
Log Message:
-----------
Updates the GrooxyAxis support to dynamic axes
Also adds a unit test that exposes a possible bug in Jenkins core.
It looks like Axis.rebuild() is not called at the beginning of the
build making the dynamic axes not working.