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
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
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
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
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
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