Re: Migrating jenkins from windows master server to linux server

2015-12-14 Thread R. Tyler Croy
(replies inline) On Mon, 14 Dec 2015, Ayananta Chakraborty wrote: > Hi all, > > I want to know how to migrate jenkins from windows server to linux server. > > What are the challenges I may face? > > What are testcases/validation I should run to check whether the migration > has been done

Re: Trying to figure out how to add Workflow step support for Throttle Concurrent Builds...

2015-12-14 Thread 'Robert Sandell' via Jenkins Developers
The stage step has a concurrency attribute (a.k.a. the James Nord Operator) perhaps diving into how that works could give you some insight. /B On Sun, Dec 13, 2015 at 8:57 PM, Andrew Bayer wrote: > So, https://issues.jenkins-ci.org/browse/JENKINS-31801 - I'm starting to

RE: Hosting request for Silk Performer plugin

2015-12-14 Thread Thomas Krupa
hi oleg, I’d prefer silk-performer-plugin. thanks thomas From: Oleg Nenashev [mailto:o.v.nenas...@gmail.com] Sent: Montag, 14. Dezember 2015 18:26 To: Jenkins Developers Cc: Thomas Krupa Subject: Re: Hosting request for Silk Performer plugin What about silkperformer-builder-plugin or just

Re: Request for hosting: CPWR-PDS-download

2015-12-14 Thread Andrew Bayer
Out of curiosity, would it make more sense to combine these into one compuware-download plugin rather than splitting it into two plugins? It seems like it'd make things a bit simpler for users. A. On Mon, Dec 14, 2015 at 9:40 AM, cpwr_jenkins wrote: > We have

Re: Best practices for integration of credentials in a plugin

2015-12-14 Thread Adrien Lecharpentier
Jean-Christophe, I would say using the Plain Credential Plugin if you only need a "secured" field for the vault. What is the issue with it? Maybe it is possible to improvement it? Best regards. Le lun. 14 déc. 2015 à 15:13, jcsirot a écrit : > Hello, > > I am working on the

Re: (another) docker slaves plugin - review request

2015-12-14 Thread Surya Gaddipati
Hi Oleg, Thank you for your feedback. Looks like DockerPlugin uses Jenkins clound api ( link ) This plugin uses QueueListener to provision slaves . Can

Re: Implementing preCheckout method in BuildWrapper Class

2015-12-14 Thread Ilya Levin
Thanks! I didn't enable the build wrapper in the configuration. Works now! Ilya On Sunday, December 13, 2015 at 12:06:20 AM UTC+2, Oleg Nenashev wrote: > > Hi Ilya, > > Have you tried to clean the project? Have you enabled the build > wrapper in Job configuration? > > BR, Oleg > > четверг, 10

Re: Request for hosting: CPWR-PDS-download

2015-12-14 Thread cpwr_jenkins
We have changed the artifacts to compuware-pds-download and compuware-endevor-download. Please let us know if there is any more issues! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Request-for-hosting-CPWR-PDS-download-tp4785068p4785692.html Sent from the Jenkins dev

Re: Request for hosting: CPWR-Endevor-download

2015-12-14 Thread cpwr_jenkins
We have changed the artifacts to compuware-pds-download and compuware-endevor-download. Please let us know if there is any more issues! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Request-for-hosting-CPWR-Endevor-download-tp4785069p4785693.html Sent from the Jenkins

Re: List of unused code in Jenkins

2015-12-14 Thread Andrew Bayer
Yeah. This is really fascinating stuff - thanks for the work! On Monday, December 14, 2015, Oleg Nenashev wrote: > Hi Emeric, > > Thanks a lot for your efforts! +1 from me for forking the additional tool. > > Since we plan to add the API deprecation and removal policy in

Best practices for integration of credentials in a plugin

2015-12-14 Thread jcsirot
Hello, I am working on the integration of the ansible vault feature (i.e. password protected configuration files) in the ansible plugin. I want to give the possibility to select the password from the credential plugin dropdown box. So I see 3 possibilities to do that : 1. Use the

Re: Looking for input: Workflow scripting best practices

2015-12-14 Thread Andrew Bayer
FYI, first draft of a document is up in a PR at https://github.com/jenkinsci/workflow-examples/pull/8 - I'm also trying to think of a better way to organize the workflow-examples repo and be able to refer to example scripts outside of that repo as well. A. On Thu, Dec 10, 2015 at 11:32 AM, domi

automatic behavior after job fails on a node

2015-12-14 Thread Jay Berkenbilt
Executive Summary: I'm looking to build/modify/extend a plugin to give me something like a global post-build hook for the purpose of mitigating a problem we have with sick nodes gobbling up jobs from the build queue. I have some ideas but am looking for advice before I put a lot of work into

Re: Hosting request for Silk Performer plugin

2015-12-14 Thread Oleg Nenashev
What about silkperformer-builder-plugin or just silk-performer-plugin. The latter one may be useful if you consider adding extra functionality like report publihers понедельник, 14 декабря 2015 г., 13:02:34 UTC+3 пользователь Thomas Krupa написал: > > Dear Team, > > > > I would like to host

Pull request review request

2015-12-14 Thread Frano Stanisic
Hi there! I am a novice plugin developer and I have recently attempted to update the diskcheck plugin. My pull request can be found here: https://github.com/jenkinsci/diskcheck-plugin/pull/3. I feel like my update is useful and improves on what was available prior, but because I am not

Request for hosting : vmware-vrealize-automation-plugin

2015-12-14 Thread Inky Sea
GitHub repository URL : https://github.com/inkysea/vmware-vrealize-automation-plugin GitHub user : inkysea jenkins-ci.org user : inkysea Description: The VMware vRealize Automation plugin allows Jenkins to provision virtual machines and application blueprints on vRrealize Automation v7+.

Migrating jenkins from windows master server to linux server

2015-12-14 Thread Ayananta Chakraborty
Hi all, I want to know how to migrate jenkins from windows server to linux server. What are the challenges I may face? What are testcases/validation I should run to check whether the migration has been done succesfully or not. -- You received this message because you are subscribed to the

Re: automatic behavior after job fails on a node

2015-12-14 Thread oliver gondža
https://wiki.jenkins-ci.org/display/JENKINS/Adaptive+disconnector+plugin is here to prevent some of that putting slave temporarily offline in case some of the monitors is triggered. Most notably full workspace, temp dir. If you implement your check as Jenkins monitor, it will integrate

Re: New plugin hosting request

2015-12-14 Thread Oleg Nenashev
In general we try to avoid creation of new plugins wherever it is possible. IMHO it makes sense to consider integrating the functionality into a single plugin^ because they are very close. I agree that the existing plugin does not cover all your case, but it could be solved by the plugin

Re: Hosting request for AppBuilder plugin

2015-12-14 Thread georgi . alexandrov
Hi Oleg, Thank you for your quick reaction, I have received the invitation and now I will create the wiki page for the plugin. Thank you! Best regards, Georgi -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Re: (another) docker slaves plugin - review request

2015-12-14 Thread Oleg Nenashev
I agree that independent Docker slave makes sense. IIRC such functionality is provided by one of existing Docker plugins, but I'm not sure. There're too many of them :( If no, I would vote for integrating the proposal into Docker-plugin if there is no showstoppers. Best regards, Oleg

Re: Request for Comment: Jenkins Code of Conduct

2015-12-14 Thread Oleg Nenashev
Hi, I definitely support any code of conduct. It would be better than nothing. >From the content perspective I'm mostly concerned about the confidentiality of the process. According to the current process Jenkins board is *the only one *entity, which performs analysis, makes decisions and