is this a bug in jenkins or expected behavior? On Wednesday, August 14, 2013 12:36:32 AM UTC-7, Joachim Rodrigues wrote: > > Found the problem. > > In fact, when > *getAggregatedTestResultAction<http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html#getAggregatedTestResultAction()> > > and * > *getTestResultAction<http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html#getAggregatedTestResultAction()> > are > returning null inside a free-style project.* > *It ok for maven projects* > * > * > * > * > > On Tuesday, August 13, 2013 11:49:39 AM UTC+2, Joachim Rodrigues wrote: >> >> I >> I'm currently discovering jenkins plugins developpent and in my Plugin >> class that extends Notifier >> my >> AbstractBuild<http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html><?,?> >> build >> object, always returns null when invoking >> *getAggregatedTestResultAction<http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html#getAggregatedTestResultAction()> >> or >> *AbstractTestResultAction<http://javadoc.jenkins-ci.org/hudson/tasks/test/AbstractTestResultAction.html> >> >> how can I get tests fail + test succeeded and test skiped ? >> >> thanks >> >> Joachim >> >>
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
