How can a plugin save output when running in pipeline

2016-11-03 Thread Christian McHugh
Does anyone have a recommendation or example for how to save output of a plugin into a variable when running as a pipeline job? Currently, the saltstack plugin uses listener.getLogger().println() to display output. However this is not to be

Re: Plugin dev for Jenkins 2

2016-11-03 Thread Vincent Latombe
I think jenkins-dev:run already sets -Dhudson.Main.development=true to bypass this. Probably the hpi plugin could use the same? Vincent 2016-11-03 15:34 GMT+01:00 Adrien Lecharpentier < adrien.lecharpent...@gmail.com>: > Hi, > > I have a question about plugin development which target Jenkins 2:

Re: Adoption of Amazon ECR Plugin

2016-11-03 Thread Daniel Beck
> On 03.11.2016, at 14:36, Ivan Fernandez Calvo wrote: > > Daniel, > > Still I don't have the permissions to manage PR on SAML Plugin, Do I have to > do something else? > Weird, the bot didn't add you to the repo. I've done it again and now it worked. -- You

Re: Porposal: Out-of-order jenkins-2.29 release due to JENKINS-39414

2016-11-03 Thread Oleg Nenashev
I'll discuss it with KK today. Maybe he has some cycles to release a patch, but likely it makes sense to just ait for the weekly release 2016-11-03 18:01 GMT+03:00 Arnaud Héritier : > In my head I was agree :( > It was obvious :( > > On Thu, Nov 3, 2016 at 4:00 PM, Oleg

Re: Porposal: Out-of-order jenkins-2.29 release due to JENKINS-39414

2016-11-03 Thread Arnaud Héritier
In my head I was agree :( It was obvious :( On Thu, Nov 3, 2016 at 4:00 PM, Oleg Nenashev wrote: > Seems nobody cares :( > Two days passed, no reply. Now there is no sense in the expedited release. > I revoke the proposal (aka "porposal" :( ). > > среда, 2 ноября 2016

Re: Porposal: Out-of-order jenkins-2.29 release due to JENKINS-39414

2016-11-03 Thread Oleg Nenashev
Seems nobody cares :( Two days passed, no reply. Now there is no sense in the expedited release. I revoke the proposal (aka "porposal" :( ). среда, 2 ноября 2016 г., 14:44:00 UTC+3 пользователь Oleg Nenashev написал: > > Hi all, > > Stapler 1.246 integration into 2.28 caused a compatibility

Plugin dev for Jenkins 2

2016-11-03 Thread Adrien Lecharpentier
Hi, I have a question about plugin development which target Jenkins 2: when we do `mvn hpi:run`, you are facing the security setup and the plugin wizard. I don't have issues with the security but with the wizard. Would it make sense to make the HPI plugin skip this wizard? Best regards, --

Re: Adoption of Amazon ECR Plugin

2016-11-03 Thread Ivan Fernandez Calvo
Daniel, Still I don't have the permissions to manage PR on SAML Plugin, Do I have to do something else? El jueves, 27 de octubre de 2016, 16:53:41 (UTC+2), Daniel Beck escribió: > > > > On 27.10.2016, at 16:51, Ben McCann > wrote: > > > > Thanks for taking over Daniel!

Jenkins Training Free Demo class

2016-11-03 Thread alice angela
Jenkins Training provides an overview of hundreds of plugins to support building, deploying and automating any project. Readers experience that Jenkins is easy to install, configure and extensible as well as distributed, after the completion of the training course. Mindmajix Job support’s aim

Backporting for LTS 2.19.3 started

2016-11-03 Thread Oliver Gondža
Backporting has started and the RC is scheduled for 2016-11-09. Candidates: https://issues.jenkins-ci.org/issues/?filter=12146 Fixed: https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.19.3-fixed Rejected: https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.19.3-rejected --

Running ATH to validate changes on form-element-path plugin on ci.jenkins.io ?

2016-11-03 Thread Vincent Latombe
Following Oliver's suggestion on PR #6 [1], I have a created a Jenkinsfile running the ATH based on the changes introduced in this plugin as any regression introduced in this plugin can impact the whole ATH. It would be nice to be able to run this pipeline on https://ci.jenkins.io/ however as far