Getting InterruptedException in pipeline build

2017-05-08 Thread Christian McHugh
Hey all, As recently reported , plugin users (and me) are seeing a problem where pipeline jobs after 5 minutes seem to get an InterruptedException thrown. This plugin calls an http rest endpoint and polls for the response. The main act

Re: Job Configuration Code Questions

2017-05-08 Thread Christopher Orr
Javadoc: https://www.google.com/search?q=jenkins+buildwrapper Implementations: https://github.com/search?l=Java&q=user%3Ajenkinsci+buildwrapper&type=Code On Fri, 5 May 2017, at 18:58, JordanGS wrote: > The link to the javadoc >

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-08 Thread Andreas Mandel
Hi Jesse, thanks for pointing this out - I assume the same is for the Pipeline Classpath Step Plugin. It looks like I try to achieve something that you try to block out for security reasons. Basically I need to be able to add something (dynamic) to the classpath of a system groovy script inside

Re: Administrative paperwork :-)

2017-05-08 Thread Arnaud Héritier
I cannot accept kangourous ;) Le lun. 8 mai 2017 à 16:34, Stephen Connolly < stephen.alan.conno...@gmail.com> a écrit : > Can't make up his mind as to whether he's a frog or a kangaroo... seems > suspect to me alright. > > ;-) > > On Mon 8 May 2017 at 21:10, Andrew Bayer wrote: > >> I dunno, I'm

CAS Plugin SECURITY-488 fix

2017-05-08 Thread Fabien Crespel
Hello all, I'm the maintainer of the CAS Plugin that was recently removed from the Update Center due to SECURITY-488 ( https://jenkins.io/security/advisory/2017-04-10/#cas-plugin). I believe I have fixed the two issues mentioned there, but since I'm completely new to the Script Security plugin

Re: Administrative paperwork :-)

2017-05-08 Thread Stephen Connolly
Can't make up his mind as to whether he's a frog or a kangaroo... seems suspect to me alright. ;-) On Mon 8 May 2017 at 21:10, Andrew Bayer wrote: > I dunno, I'm not sure I trust this guy... ;) > > A. > > On Sun, May 7, 2017 at 8:58 PM, Olivier Lamy > wrote: > >> Hi Folks, >> I have been asked

plugins.jenkins.io cutting code blocks

2017-05-08 Thread Cyrille Le Clerc
Dear all, plugins.jenkins.io seems to cut the code blocks used in Confluence pages. I noticed the problem with the Pipeline Maven Plugin (see screenshot below). - Confluence page with code blocks: https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Maven+Plugin - plugins.jenkins.io pa

Re: Administrative paperwork :-)

2017-05-08 Thread Andrew Bayer
I dunno, I'm not sure I trust this guy... ;) A. On Sun, May 7, 2017 at 8:58 PM, Olivier Lamy wrote: > Hi Folks, > I have been asked to send an email here because of this > https://github.com/jenkins-infra/repository-permissions-updater/pull/303 > So I do! > Let me know if you need more details

adopt plugin

2017-05-08 Thread Kani Ramalingam
Hi I am interested to adopt configuration Slicing Plugin. Could you please provide the details about how do I go further to take it up and contribute? Thanks, Kani -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-08 Thread Jesse Glick
On Mon, May 8, 2017 at 9:07 AM, Andreas Mandel wrote: > I did not use the Scriptler Plugin yet. Seeing that it was not > updated for more than a year now makes me a bit reluctant in testing it out. > For some reason I can not find it in the update center? Outstanding unresolved security issues.

Running Terminal Commands without the Launcher

2017-05-08 Thread jsweetland
Hello, I am using the analysis-core plugin, which means my perform function is not passed the launcher variable. I am only passed the build variable, workspace variable, and a logger variable. Is there any way to run a terminal command in Jenkins without the use of the launcher variable? Thank

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-08 Thread Andreas Mandel
Hello Robert, thanks for the feedback. I try to be more concrete. We have a collection of maintenance system groovy scripts, which we have stored in a git repository. One of the scripts for example purges orphan or old workspaces. We then have a time triggered Jenkins Job that fetches the scri

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-08 Thread Robert Sandell
I'm not really sure what you are asking here, how did you call these scripts before? A Pipeline Shared Groovy Librariy that is trusted is able to call any Jenkins api since it is not running in the sandbox, although still running in CPS, but should still be able to call for example RemotingDiagnos