Re: RE switching surefire to the standard build

2017-12-02 Thread Stephen Connolly
On Sat 2 Dec 2017 at 10:42, Tibor Digana wrote: > One function in Jenkinsfile is sick. > It is pure bureaucracy where the Jenkinsfile becomes a beton. > There is no freedom for developers in Jenkinsfile in that case. If you don’t want Java 9 then you can turn off Java 9 using the parameters. N

Re: RE switching surefire to the standard build

2017-12-02 Thread Tibor Digana
One function in Jenkinsfile is sick. It is pure bureaucracy where the Jenkinsfile becomes a beton. There is no freedom for developers in Jenkinsfile in that case. The build does not need to have Java 9. It's not the reason to invest effort. I invest effort to Jigsaw support, JUnit5 and 3.0. It is

Re: RE switching surefire to the standard build

2017-12-02 Thread Stephen Connolly
On Sat 2 Dec 2017 at 10:03, Tibor Digana wrote: > Pls do not do it! > I want to have it under control in Jenkinsfile and not to share the code > with other projects. I do not see that you actually have anything that needs a custom build. We can add code coverage to the template. The only repo

Re: RE switching surefire to the standard build

2017-12-02 Thread Tibor Digana
Pls do not do it! I want to have it under control in Jenkinsfile and not to share the code with other projects. Surefire project is different and it must be still different. I see Groovy libraries useful only in situations when I call Hudson API functions and I need to avoid security issue on these

Re: RE switching surefire to the standard build

2017-11-30 Thread Stephen Connolly
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message: Detected JDK Version: 9.0.1 is not in the allowed range [1.8,1.9). Ok finding some bugs then On 30 November 2017 at 21:59, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > https://builds.apa

RE switching surefire to the standard build

2017-11-30 Thread Stephen Connolly
https://builds.apache.org/job/maven-wip/job/maven-surefire/job/new-jenkinsfile/ to see what it's like. We can look into adding jacoco reporting to the standard build if it is seen as important