Syncing from multiple git repos

2016-06-16 Thread Milan Satpathy
We had a job to poll and fetch updates from a remote git repo. Recently we have a mirror repo set locally. But the locally set repo lags behind the remote one by an hour or so. So the idea was to re-configure the jenkins job in such a way that: 1) it clones from the locally set repo first ( if t

[ Help ] Save & Restore Running Job state

2015-05-04 Thread Milan Satpathy
Hi, I ran "Reload Configuration from Disk" on my jenkins server after modifying a config.xml file. However, on reload I found all running jobs are marked as finished abruptly. Is there a way to restore / save-and-reload the running jobs in such a scenario ? -Milan -- You received this messag

Unable to Save job configuration changes

2015-05-05 Thread Milan Satpathy
Hi, When I click "Save" after making changes to a job configuration (Build periodically > Schedule) , the browser displays "This webpage is not available". On trying to refresh the page it shows: Status Code: 400Exception: Nothing is submitted Stacktrace: (none) ...And the changes are not sa

Using Groovy script to set 'Extended Choice Parameter'

2015-05-21 Thread Milan Satpathy
Hi, I am relatively new to jenkins. I am trying to use 'Extended Choice parameters' to display a list of values for the second parameter, depending upon first parameter value. Example: The date values to be displayed depend on the month you have choosen. First Valiable: MONTH Range: 1..12 G

How to make one parameter depend on another in a parameterized build ?

2015-05-22 Thread Milan Satpathy
Hi, In my build configuration, I want to add a multi-level build parameter. i.e. -MM-DD in a set of three drop-down menus. Here the range of my DD values should depend on the MM value. How to achieve this ? I tried to do it with extended-parameter-plugin (via property file), but like many

Read-only permission for jenkins job configurations

2015-07-02 Thread Milan Satpathy
Hi All, There is a need for the team to review the build configuration steps. So is there a way to set the job specific permissions (Project-based Matrix Authorization Strategy) in such a way that others can ONLY view the configurations. No body else should be able to modify it. Thanks, Mila