|
Saves copies of all job and system configurations. Plugin Information
This plugin saves a copy of the configuration file of a job (config.xml) for every change made and of the system configuration (not activated by default). You can also see what changes have been made by which user if you configured a security policy. The plugin also provides an overview page of all changes. You can find it under <jenkins_url>/jobConfigHistory or reach it via links in the sidepanel of the main and the system configuration pages. The overview page lists at first only changes made to the system configuration (for performance reasons), but there are links to view either all job configuration histories or just the deleted jobs or all kinds of configuration history entries together (which may take some time to load, depending on the number of jobs in your instance). It is also possible to get a side-by-side view of the differences between two configurations and to restore an old version of a job's configuration. (The latter is only available for jobs, not for system changes.) However, if you restore an older version of the config file and the new version contains fields that were not present in the older version, the restored version will still contain these fields, although they were not present in the original.
Open issuesChangelogVersion 2.11 (April 17 2015)
Version 2.10 (November 12 2014)
Version 2.9 (September 02 2014)
Version 2.8 (July 17 2014)
Version 2.7 (Release failed)Version 2.6 (Apr 14 2014)
Version 2.5 (Oct 31 2013)
Version 2.4 (Apr 25 2013)
Version 2.3 (Feb 25 2013)
Version 2.2 (Jan 30 2013)
Version 2.1.1 (Jan 22 2013)
Version 2.1 (Jan 18 2013)
Version 2.0 (Nov 19 2012)
Version 1.13 (Jan 31 2012)
Version 1.12 (Nov 18 2011)
Version 1.11 (May 08 2011)
Version 1.10 (May 08 2011)
Version 1.9 (Dec 20 2010)
Version 1.5 (May 31 2010)
Version 1.4 (May 11 2010)
Version 1.3 (Apr 05 2010)
Version 1.2 (Feb 12 2010)
Version 1.1 (Feb 01 2010)
|
JobConfigHistory Plugin
Skip to end of metadata
Go to start of metadata


Comments (10)
Aug 18, 2010
fcamblor - says:
Hi ! I'm the global-build-stats plugin maintainer : where is the problem with t...Hi !
I'm the global-build-stats plugin maintainer : where is the problem with the job config history plugin ?
(looks like you're handling save() method on every model ?)
Could I help in something ?
If this is the case, don't hesitate
Frédéric
May 17, 2011
josesa - says:
It could be useful if there was a way to restore one of the existing c...It could be useful if there was a way to restore one of the existing configs in the history.
Jul 27, 2011
Gareth Bowles says:
It's pretty easy to do this via the Jenkins API: Get the XML for the old versi...It's pretty easy to do this via the Jenkins API:
Dec 16, 2011
Jacob Robertson says:
Does the latest version really depend on 1.439? We are planning on upgrading to...Does the latest version really depend on 1.439? We are planning on upgrading to LTS 1.424.1, but will not get to 1.439 for a while.
Jul 22, 2013
Shaheer Abdulrahiman says:
Hi, I am using the plugin version 2.4 with Jenkins version 1.523. The issue I a...Hi,
I am using the plugin version 2.4 with Jenkins version 1.523. The issue I am facing is, Config History of some jobs are automatically getting cleaned up. Is there any settings in Jenkins that affects config history?
Any one has any idea about whats going on?
Thanks,
Shaheer
Jul 22, 2013
Stefan Brausch says:
In the system configuration you can set "Max number of history entries to keep" ...In the system configuration you can set "Max number of history entries to keep" and "Max number of days to keep history entries".
Maybe you have set one of this?
Jul 22, 2013
Shaheer Abdulrahiman says:
Thanks a lot Stefan! I had set these options. Will work on it.Thanks a lot Stefan! I had set these options. Will work on it.
Sep 02, 2013
Manu HR says:
Hi All, I have upgraded the jenkins from version 1.491 to ver 1.523 later i am ...Hi All,
I have upgraded the jenkins from version 1.491 to ver 1.523 later i am not able to change the configuration of any existing jobs, it will stay at the same page showing in gray as LOADING... even when i try to save the configration it is giving the error.
Status Code: 400
Exception: This page expects a form submission
Stacktrace:(none)
Generated by Winstone Servlet Engine v0.9.10 at Mon Sep 02 07:50:08 EDT 2013
Please shed some light and let me know how to fix it.
Regards,
Manu
Dec 10, 2013
Ioannis Moutsatsos says:
I'm trying to use this plugin as a way of querying a Jenkins project configurati...I'm trying to use this plugin as a way of querying a Jenkins project configuration. This functionality is missing from the primary Jenkins remote API and this plugin would be very useful in filling the gap.
The current plugin supports querying a particular job configuration with a URL similar to the one below
http://yourserver.url:8080/jobConfigHistory/configOutput?type=raw&isJob=true&name=Your_Job×tamp=2013-12-02_21-39-37
This URL call indeed displays the job configuration, but I would like to make the following suggestion for an imrpovement.
Eventually what I would like to do is create a BIRT job configuration report based on this XML (using an XML datasource)
best regards
Ioannis
Dec 11, 2013
Kathi Stutz says:
Hi Ioannis, something like that already exists: http://yourserver.url:8080/JO...Hi Ioannis,
something like that already exists:
http://yourserver.url:8080/JOB_NAME/config.xml
Is that what you are looking for or did I get you wrong?
Regards,
Kathi
Add Comment