Re: Is it compulsory to use a parent pom >= 2.0 to use ci.jenkins.io?

2017-08-30 Thread Ivo Bellin Salarin
Great! Thanks a lot, Slide! Le mar. 29 août 2017 à 22:20, Slide a écrit : > The parent version in the pom must be > 2.0 (and should be at least 2.32 > in practice). This does NOT mean that your plugin requires that version of > Jenkins. The parent pom version and Jenkins

Re: Is it compulsory to use a parent pom >= 2.0 to use ci.jenkins.io?

2017-08-29 Thread Slide
The parent version in the pom must be > 2.0 (and should be at least 2.32 in practice). This does NOT mean that your plugin requires that version of Jenkins. The parent pom version and Jenkins version were decoupled. You can specify a minimum version of Jenkins that your plugin supports via the

Is it compulsory to use a parent pom >= 2.0 to use ci.jenkins.io?

2017-08-29 Thread Ivo Bellin Salarin
Hi all, The MSTest plugin had a Jenkins job on the old CI server. But now it has been disabled. Thus, I am evaluating the possibility to move to the new CI server. I have read on the official documentation that I should create a Jenkinsfile and use a parent pom > 2.0. My questions concern the