On Fri, Aug 25, 2017 at 12:52 PM, Shaun Thompson <[email protected]> wrote:
> What's seems odd to me is that the tests supplied with the workflow plugin
> show the same issue when I run it locally.
>
> Any idea on what's going on?

Something is seriously wrong in your test environment. Close your IDE,
open a command shell, and try

mvn clean test

Or, for paranoid Linux users,

alias dockermvn='docker run -v ~/.m2:/var/maven/.m2 -ti --rm --name
mvn -u $(id -u):$(id -g) -e MAVEN_CONFIG=/var/maven/.m2 -v
"$PWD":/usr/src/mymaven -w /usr/src/mymaven maven:3.5.0-jdk-8 mvn
-Duser.home=/var/maven'
dockermvn clean test

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1Fc5EhAUwqTNugAPQrDVG%3D_PEahzKvW0usswjs9rM9Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to