Skip to content

Commit

Permalink
Reformat CHANGELOG.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Sep 2, 2020
1 parent d757bf4 commit 0bcd763
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
41 changes: 24 additions & 17 deletions CHANGELOG.adoc
@@ -1,8 +1,8 @@
[[JobcopyBuilderplugin-ChangeLog]]
== Change Log

[[JobcopyBuilderplugin-Version1.4.0(Jul24,2016)]]
=== Version 1.4.0 (Jul 24, 2016)
=== 1.4.0

Release date: Jul 24, 2016

* Targets Jenkins 1.532. (was 1.480.3 till 1.3.0)
* Improved permission checks
Expand All @@ -15,14 +15,16 @@ configurations.
https://wiki.jenkins.io/display/JENKINS/Jobcopy+Builder+plugin#JobcopyBuilderplugin-Permissionstocopyjobs[#Permissions
to copy jobs] for details.

[[JobcopyBuilderplugin-Version1.3.0(May24,2015)]]
=== Version 1.3.0 (May 24, 2015)
=== 1.3.0

Release date: May 24, 2015

* Added "Disable Job" operation
(https://issues.jenkins-ci.org/browse/JENKINS-28439[JENKINS-28439])

[[JobcopyBuilderplugin-Version1.2.0(Sep11,2014)]]
=== Version 1.2.0 (Sep 11, 2014)
=== 1.2.0

Release date: Sep 11, 2014)

* Changed target Jenkins version from 1.466 to 1.480.3.
* Supports
Expand All @@ -32,21 +34,24 @@ Folders Plugin]
** You can copy a job in a folder into another folder.
** You can copy folders.

[[JobcopyBuilderplugin-Version1.1.2(Dec22,2013)]]
=== Version 1.1.2 (Dec 22, 2013)
=== 1.1.2

Release date: Dec 22, 2013)

* FIXED: Build results page shows wrong link for Copied To and Copied
From (https://issues.jenkins-ci.org/browse/JENKINS-21080[JENKINS-21080])

[[JobcopyBuilderplugin-Version1.1.1(Aug31,2013)]]
=== Version 1.1.1 (Aug 31, 2013)
=== 1.1.1

Release date: Aug 31, 2013

* Fixed a problem with overwriting multi-configuration projects.
** combination filter was not removed even when it is removed in the
source project.

[[JobcopyBuilderplugin-Version1.1.0(Feb27,2013)]]
=== Version 1.1.0 (Feb 27, 2013)
=== 1.1.0

Release date: Feb 27, 2013

* Added advanced configuration to copy additional files.
** Useful for plugins that does not store configurations in config.xml
Expand All @@ -55,8 +60,9 @@ of the job.
https://wiki.jenkins.io/display/JENKINS/Promoted+Builds+Plugin[Promoted
Builds Plugin].

[[JobcopyBuilderplugin-Version1.0.1(Feb06,2013)]]
=== Version 1.0.1 (Feb 06, 2013)
=== 1.0.1

Release date: Feb 06, 2013

* Improved overwrite behavior
** Version 1.0.0: delete the old job, and create a new job. Also builds
Expand All @@ -65,7 +71,8 @@ are deleted.
preserved.
* expand "From Job Name" field

[[JobcopyBuilderplugin-Version1.0.0(Jan14,2013)]]
=== Version 1.0.0 (Jan 14, 2013)
=== 1.0.0

Release date: Jan 14, 2013

* Initial release.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@
<name>Jobcopy Builder plugin</name>
<description>Jenkins plugin to copy a job in a build step.</description>

<url>http://wiki.jenkins-ci.org/display/JENKINS/Jobcopy+Builder+plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
Expand Down

0 comments on commit 0bcd763

Please sign in to comment.