Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-09 Thread Jesse Glick
On Tue, May 9, 2017 at 11:54 AM, Andreas Mandel wrote: > From what I see, I cannot > put anything (e.G. groovy classes) additional to the classpath for the > script. Would be an RFE for Scriptler I guess. > My suggestion from the post with which I started the thread

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-09 Thread Andreas Mandel
Hi Jesse, unfortunately this does not seem to be possible. From what I see, I cannot put anything (e.G. groovy classes) additional to the classpath for the script. I would prefer to store the scripts in a hosted git repository like with the Pipeline Shared Groovy Libraries. My suggestion from

Issue/question with Pipeline and SCM

2017-05-09 Thread Samuel Lopez
Hello Folks I have this simple Pipeline script pipeline { agent none stages { stage ('Check out the Code') { agent { label 'Axis' } steps { echo 'Checking out Source from Mercurial' checkout changelog: true, scm:

Cobertura merging to generic coverage plugin?

2017-05-09 Thread jxpearce
The wiki page for the Cobertura plugin says: The current thinking is to merge this plugin into more generic coverage > plugin. Help appreciated. Is this still the current thinking? I'm interested in helping if so. We currently

Issue/question with Pipeline and SCM

2017-05-09 Thread Samuel Lopez
Hello Folks I have this simple Pipeline script pipeline { agent none stages { stage ('Check out the Code') { agent { label 'Axis' } steps { echo 'Checking out Source from Mercurial' checkout changelog: true, scm: [$class:

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-09 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

Re: Job Configuration Code Questions

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

Getting InterruptedException in pipeline build

2017-05-09 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

Re: Running Terminal Commands without the Launcher

2017-05-09 Thread Ullrich Hafner
The launcher is hidden since no plugin requires it up to now. Can’t you override the base class method to get the launcher? Or write a small PR that adds an additional method with the launcher… > Am 08.05.2017 um 18:04 schrieb jsweetl...@wisc.edu: > > Hello, > > I am using the analysis-core

Re: Jenkins 2.5.X HTTP404 error

2017-05-09 Thread Baptiste Mathus
IMO, your best bet is to narrow down the issue more precisely. You've already started the work, and that's great. You should identify where exactly that started to "fail" for you in weeklies, then once you have lower and upper bounds, start using "git bisect" on jenkinsci/jenkins to narrow down

Re: Cobertura merging to generic coverage plugin?

2017-05-09 Thread Jesse Glick
On Tue, May 9, 2017 at 10:55 AM, wrote: > Is this still the current thinking? Probably that thinking was thought by Stephen Connolly several years ago, but yes that sounds like a good plan if it is feasible. Does not sound like an easy refactoring. -- You received this

Jenkins Ambassador Program

2017-05-09 Thread Alyssa Tong
Hello, In the last governance meeting, I proposed Jenkins Ambassador program. There were some questions that came out of that meeting which I hope I've clarified them via the updated wiki page

Re: Jenkins 2.5.X HTTP404 error

2017-05-09 Thread JordanGS
2.50 was the first failure 2.49 still worked -- 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 email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this

Re: Jenkins 2.5.X HTTP404 error

2017-05-09 Thread JordanGS
I've run git bisect on the two releases. The bug was introduced during the following commit [ed329d1088c164df560b9299cd9096ae76519418] [FIXED JENKINS-42443] Make f: select display spinner during AJAX requests Commit can be found here

Re: Jenkins 2.5.X HTTP404 error

2017-05-09 Thread JordanGS
How do i rebuild jenkins to verify if the issue is there or not? -- 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 email to

Re: Jenkins 2.5.X HTTP404 error

2017-05-09 Thread JordanGS
I'm compiling jenkins with mvn package -DskipTests However i had to remove *-Xmx800m* from *.mvn/jvm.config* because of $ mvn -v Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Invalid maximum heap size: -Xmx800m I have -

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-09 Thread Daniel Beck
> On 09.05.2017, at 08:30, Andreas Mandel wrote: > > Pipeline Classpath Step Plugin FYI: https://jenkins.io/security/advisory/2017-03-20/#pipeline-classpath-step-plugin-allowed-script-security-sandbox-bypass -- You received this message because you are subscribed to

Re: plugins.jenkins.io cutting code blocks

2017-05-09 Thread Cyrille Le Clerc
Thanks, I have created https://issues.jenkins-ci.org/browse/WEBSITE-356 On Tuesday, May 9, 2017 at 10:17:17 AM UTC+2, Daniel Beck wrote: > > > > On 08.05.2017, at 22:19, Cyrille Le Clerc > wrote: > > > > I noticed the problem with the Pipeline Maven Plugin (see

Re: plugins.jenkins.io cutting code blocks

2017-05-09 Thread Joseph P
it's not cutting them, check the html :) it just doesn't know how to display code div Den mandag den 8. maj 2017 kl. 22.19.48 UTC+2 skrev Cyrille Le Clerc: > >

Re: plugins.jenkins.io cutting code blocks

2017-05-09 Thread Daniel Beck
> On 08.05.2017, at 22:19, Cyrille Le Clerc wrote: > > 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 > •

Opening Plugin Compatibility Tester

2017-05-09 Thread Oliver Gondža
Hi, For a period of time I see several people from CB contributing to PCT itself and addressing problem in plugins pointing out PCT related problems. However, last time I checked, I have not found a compelling documentation on how to run it or any public Jenkins job where people can check

Re: Opening Plugin Compatibility Tester

2017-05-09 Thread Robert Sandell
that is strange, I remember copying something from a freestyle job on one of the Jenkins project's masters for the initial draft of our internal PCT job. But I think it was disabled at the time probably due to it being flaky and using up too much resources for the project. Perhaps it got lost in

Re: CAS Plugin SECURITY-488 fix

2017-05-09 Thread Daniel Beck
> On 09.05.2017, at 01:05, Fabien Crespel wrote: > > If they're fine, what should I do to get the plugin back to the Update > Center? just release it as usual? (version will be 1.4.0) File a PR for https://github.com/jenkins-infra/backend-update-center2 doing basically

Re: CAS Plugin SECURITY-488 fix

2017-05-09 Thread Fabien Crespel
Thanks for the review and information :-) I just released version 1.4.0 and made a PR for the Update Center: https://github.com/jenkins-infra/backend-update-center2/pull/139 Le mardi 9 mai 2017 15:29:24 UTC+2, Jesse Glick a écrit : > > On Mon, May 8, 2017 at 7:05 PM, Fabien Crespel

Re: Jenkins Ambassador Program

2017-05-09 Thread Alyssa Tong
Great question. Submissions can be made via a simple google form. I will create this form and include link on the wiki page. On Tue, May 9, 2017 at 3:55 PM, R. Tyler Croy wrote: > (replies inline) > > On Tue, 09 May 2017, Alyssa Tong wrote: > > > Hello, > > > > In the last

Re: Getting InterruptedException in pipeline build

2017-05-09 Thread Christian McHugh
It appears the workflow-cps-plugin contains a 5 minute timeout. https:issues.jenkins-ci.org/browse/JENKINS-42561 Is this to say that any plugin that supports pipeline, and could run a job that takes longer than 5 minutes to complete needs to run as a durable task? -- You received this

Re: Pipeline Shared Groovy Libraries and system groovy script classpath

2017-05-09 Thread Jesse Glick
On Tue, May 9, 2017 at 2:30 AM, Andreas Mandel wrote: > Basically I need to be able to add something (dynamic) to the classpath of a > system groovy script inside a Jenkins job for maintenance scripts to > function. Scriptler would be the place to do this, if a

Re: Opening Plugin Compatibility Tester

2017-05-09 Thread Jesse Glick
On Tue, May 9, 2017 at 4:11 AM, Oliver Gondža wrote: > a PR that purports to fix > something you have no evidence of being broken referring to a TLA-named > testsuite you have never heared of and have no easy way to checking for > yourself FWIW I have asked people filing such

Re: Jenkins Ambassador Program

2017-05-09 Thread R. Tyler Croy
(replies inline) On Tue, 09 May 2017, Alyssa Tong wrote: > Hello, > > In the last governance meeting, I proposed Jenkins Ambassador > program. > There were some questions that came out of that meeting which I hope I've > clarified

Jenkins 2.5.X HTTP404 error

2017-05-09 Thread JordanGS
I have attached two

Re: CAS Plugin SECURITY-488 fix

2017-05-09 Thread Jesse Glick
On Mon, May 8, 2017 at 7:05 PM, Fabien Crespel wrote: > I believe I have fixed the two issues mentioned there, but since I'm > completely new to the Script Security plugin could someone with experience > (from the security team?) please take a look at these commits: >