unit testing - Jenkins timeout when downloading surefire-junit4 in Maven build -
good morning, i'm running java project in jenkins , in maven building, when project's dependencies downloading, execution takes long , doesn't work when surefire library being installed. execution stops in point:
[info] surefire report directory: /usr/local/de/jenkins/.../target/surefire-reports ..... .....
downloaded: [url of nexus path]/surefire-junit4-2.7.2.jar (25 kb @ 905.0 kb/sec)
when surefire-junit4-2.7.2.jar being installed, execution doesn't work anymore , takes hours.
what problem? can me? kind regards.
Comments
Post a Comment