Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-12-10 Thread Jesse Glick
On Mon, Dec 10, 2018 at 5:07 AM Johannes Schneider wrote: > But where are the snapshots published to? I can't find the version > 2.154-rc27545.0e85c9fb206a Because that build was unstable, and there has not been a stable build in this PR. Incrementals only get deployed when a build is stable

Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-12-10 Thread Johannes Schneider
But where are the snapshots published to? I can't find the version 2.154-rc27545.0e85c9fb206a on https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/main/jenkins-core/ I am running: mvn hpi:run -Djenkins.version=2.154-rc27545.0e85c9fb206a -Pconsume-incrementals Which does not work since

Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-12-05 Thread Baptiste Mathus
Note that the Incrementals repo is *not* configured behind http://repo.jenkins-ci.org/public/ group repo on purpose. So to enable automatic addition of that repository, you must add -Pconsume-incrementals to your command line call, and hence use a recent parent pom. See

Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-12-05 Thread Johannes Schneider
Hi Jesse, could you give me a hint how to try it out? I tried mvn hpi:run -Djenkins.version=2.154-rc27545.0e85c9fb206a which does not work (of course) because I don't have a snapshot repository configured. A quick search didn't give me the the URL for the snapshot repository. Could you help

Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-11-27 Thread Jesse Glick
On Tue, Nov 27, 2018 at 11:40 AM Johannes Schneider wrote: > What are the workarounds? I am not aware of any. -- 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

Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-11-27 Thread Johannes Schneider
I will try > 2.154-rc27545.0e85c9fb206a > as soon as it is build. One question: What are the workarounds? What can be done? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails

Re: Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-11-27 Thread Jesse Glick
This is a longstanding JENKINS-26677 that has never been satisfactorily resolved, though there have been workarounds. You can see it without any custom plugin, just using `CommandLauncher` with `jenkinsci/docker-agent`, depending on how Jenkins is being run and what build steps you use. The

Own Cloud Plugin: "ClassNotFoundException: javax.servlet.ServletException" when running job for the first time

2018-11-27 Thread Johannes Schneider
Hi guys, I have a strange problem: I have created a new plugin that provides a cloud implementation. I create new nodes/computers and connect them using JNLP. The first time a job runs on the newly created computer it fails with that log output: ``` FATAL: Remote call on JNLP4-connect