Customizing Jenkins on start up - Initialization Scripts

2016-05-01 Thread RM
Hello, I am looking for options to customize Jenkins after start up. For e.g. set up tools such as Java, Git, Maven, etc. While i do see the option of writing groovy scripts and placing them at $JENKINS_HOME/HOOK.groovy.d, I would prefer to read the tool locations (in my groovy file) from a YA

Job Orchestration: Interdependent maven projects

2015-08-17 Thread RM
Hello, I have a set of interdependent maven projects and release jobs for each of them. I'd like to call them in a sequence and have the pom dependency sections updated intermittently. To illustrate, lets assume i have three projects A > B > C (A depends on B depends on C) I'd like to do the

Credentials Plugin - REST API

2015-03-13 Thread RM
Hi, Does the Credentials Plugin provide a REST API? I intend to create credentials using the interface. Can any one provide a reference? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Jenkins Upgrade:Across Masters

2015-03-03 Thread RM
Hi, We are in the process of setting up a rather large farm of jenkins masters and i am seeking opinion on upgrade strategies. The upgrade refers to upgrading jenkins or any of the plugins. Assuming that all masters are identical - Is it a feasible approach to execute the upgrade on one machi

Re: Workflow Plugin - Performing a Release

2015-02-27 Thread RM
Thank you for helping out. Yes, i can ask the release plugin to ignore untracked files but i was just wondering what was going on. It does make sense to generate these control files outside the workspace -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Workflow Plugin - Performing a Release

2015-02-23 Thread RM
Hi, I recently started toying with the workflow plugin to script a build release. When i try to run the script, the release fails because the release plugin complains of untracked files. I have the same set of plugins running and working fine in a tradiitional job set up. My set up ---