As part of the Maven goals and options:
-Dmaven.test.failure.ignore=false
Gesendet: Mittwoch, 06. November 2013 um 15:19 Uhr
Von: "David Gang"
An: jenkinsci-users@googlegroups.com
Betreff: Re: Re: jenkins maven project executes maven deploy even when tests fail
Hi,
I wanted
Hi,
I wanted to try the first option of setting maven.test.failure.ignore=false.
Where can i set this option?
I looked through the "configure system" page and did not find a place where
to edit it.
Thanks,
David
On Wednesday, November 6, 2013 2:17:57 PM UTC+2, kutzi wrote:
>
> No, it's much sim
>
> *Gesendet:* Mittwoch, 06. November 2013 um 12:22 Uhr
> *Von:* "Stephen Connolly"
> *An:* "jenkinsci-users@googlegroups.com" >
> *Betreff:* Re: jenkins maven project executes maven deploy even when
> tests fail
>
> http://javaadventure.blogspot.ie/2013/11/
hough I've experienced to not being very stable in the past, but that was some years ago.
Gesendet: Mittwoch, 06. November 2013 um 12:22 Uhr
Von: "Stephen Connolly"
An: "jenkinsci-users@googlegroups.com"
Betreff: Re: jenkins maven project executes maven
http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html
I am willing to bet that it is the Maven Job type's evil hooks that are
causing your issues... I believe there is some turd polishing hack on top
of a hack that lets the Maven job type intercept the deploy and the
Hi,
The command line is:
Executing Maven: -B -f /**/pom.xml -gs
/tmp/global-settings3747081156353443581.xml deploy
Thanks,
David
On Wednesday, November 6, 2013 9:53:38 AM UTC+2, Baptiste Mathus wrote:
>
> What is the command line in use in Jenkins? (Extract it from the logs).
> Btw, are you
What is the command line in use in Jenkins? (Extract it from the logs).
Btw, are you using freestyle or native maven job.
Cheers
Le 6 nov. 2013 08:02, "David Gang" a écrit :
> Hi all,
>
> When i run maven deploy with eclipse and the tests fail, it does not
> continue to deploy.
> When a run the s