Re: new Cloud Provider remoting trouble

2017-08-29 Thread Jesse Glick
You may not use classes like `SystemProperties` inside a remote `[File]Callable`. Do such things on the master side. -- 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: Request commit access to a CppCheck plugin

2017-08-29 Thread Oleg Nenashev
+1 вторник, 29 августа 2017 г., 15:05:50 UTC-7 пользователь Marcin Kolny написал: > > Hi, > I'd like to ask for commit access to a CppCheck plugin ( > https://github.com/jenkinsci/cppcheck-plugin/) > Based on the discussion: >

Re: Request to join Jenkins Security Team

2017-08-29 Thread Robert Sandell
+1 2017-08-28 19:29 GMT+02:00 Christopher Orr : > Hi there, > > I'd like to request to join the security team. > I've got all the prerequisites listed (2FA, CLA, nickname on IRC). > > Thanks, > Chris > > -- > You received this message because you are subscribed to the Google

Request commit access to a CppCheck plugin

2017-08-29 Thread Marcin Kolny
Hi, I'd like to ask for commit access to a CppCheck plugin ( https://github.com/jenkinsci/cppcheck-plugin/) Based on the discussion: https://github.com/jenkinsci/cppcheck-plugin/pull/36#issuecomment-323684872 current maintainer is no longer interested in this project, so I'd like to take

Re: new Cloud Provider remoting trouble

2017-08-29 Thread Oleg Nenashev
There are several related issues with the classloader: https://issues.jenkins-ci.org/issues/?jql=text%20~%20%22java.lang.NoClassDefFoundError%3A%20javax%2Fservlet%2FServletContextListener%22 We may need to stop serializing ServletContextListener-dependent logic to agents вторник, 22 августа

Re: Request to join Jenkins Security Team

2017-08-29 Thread Oleg Nenashev
+1 понедельник, 28 августа 2017 г., 10:36:11 UTC-7 пользователь R Tyler Croy написал: > > (replies inline) > > On Mon, 28 Aug 2017, Christopher Orr wrote: > > > Hi there, > > > > I'd like to request to join the security team. > > I've got all the prerequisites listed (2FA, CLA, nickname on

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

RE: Slave To Master Access Control | security-144

2017-08-29 Thread Guillaume Karcher
Sure, sorry ! Thanks to close the ticket :) De : bmat...@gmail.com [mailto:bmat...@gmail.com] De la part de Baptiste Mathus Envoyé : mardi 29 août 2017 20:46 À : Jenkins Developers Objet : Re: Slave To Master Access Control | security-144 Hello, please use the

Re: Slave To Master Access Control | security-144

2017-08-29 Thread Baptiste Mathus
Hello, please use the -users ML for questions not related to Jenkins core or plugins development itself. Thanks 2017-08-29 20:40 GMT+02:00 Guillaume Karcher : > Hi Guys, > > > > I’m Guillaume, part of the QA team of ExpertSystem Group, a software > development Company

Slave To Master Access Control | security-144

2017-08-29 Thread Guillaume Karcher
Hi Guys, I'm Guillaume, part of the QA team of ExpertSystem Group, a software development Company specialized in Semantics / Text Analysis (QA is in charge of the building mechanism here). It's been a long time now, that we're still having the exception below at console output of the

Getting all workspace paths

2017-08-29 Thread Artur Szostak
Hello, How is one supposed to get the workspaces produced by multiple runs of a job if it is allowed to execute builds concurrently? For example, a job called myjob will have workspaces myjob, myjob@2, myjob@3 etc for 3 concurrent builds. There are plenty of examples that indicate to use