Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e070a99

Browse files
committed
Update Jira URL.
1 parent cfe97c5 commit e070a99

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

CHANGELOG-old.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,21 @@ Fix issues:
114114
Release date: Aug 28, 2018
115115

116116
Fix issues:
117-
* [JENKINS-53242](https://issues.jenkins-ci.org/browse/JENKINS-53242) - Can't open "Coverage Report" of multibranch pipeline job because of a JellyTagException
117+
* [JENKINS-53242](https://issues.jenkins.io/browse/JENKINS-53242) - Can't open "Coverage Report" of multibranch pipeline job because of a JellyTagException
118118

119119

120120
# 1.0.4
121121
Release date: Aug 24, 2018
122122

123123
Fix issues:
124124
* [PR #49](https://github.com/jenkinsci/code-coverage-api-plugin/pull/49) - Fixed support for multiple coverage files.
125-
* [JENKINS-53181](https://issues.jenkins-ci.org/browse/JENKINS-53181) - Jacoco adapter does not work if Jacoco plugin is installed too.
125+
* [JENKINS-53181](https://issues.jenkins.io/browse/JENKINS-53181) - Jacoco adapter does not work if Jacoco plugin is installed too.
126126

127127
# 1.0.3
128128
Release date: Aug 22, 2018
129129

130130
Fix issues:
131-
* [JENKINS-53183](https://issues.jenkins-ci.org/browse/JENKINS-53183) - Throw NotSerializableException when used in master/slave set up
131+
* [JENKINS-53183](https://issues.jenkins.io/browse/JENKINS-53183) - Throw NotSerializableException when used in master/slave set up
132132
* SECURITY-1119 - potential xss vulnerability
133133

134134
# 1.0.2
@@ -141,7 +141,7 @@ Fix issues:
141141
Release date: Aug 21, 2018
142142

143143
Fix issues:
144-
* [JENKINS-53130](https://issues.jenkins-ci.org/browse/JENKINS-53130) - Code coverage 0% in jenkins with Jacoco.
144+
* [JENKINS-53130](https://issues.jenkins.io/browse/JENKINS-53130) - Code coverage 0% in jenkins with Jacoco.
145145

146146
Enhancements:
147147
* Add INSTRUCTION metric in JaCoCo adapter.
@@ -153,17 +153,17 @@ Release date: Aug 16, 2018
153153

154154
Features:
155155

156-
* [JENKINS-51926](https://issues.jenkins-ci.org/browse/JENKINS-51926) - Supporting combining reports within a build(e.g. after parallel() execution in Pipeline).
157-
* [JENKINS-52666](https://issues.jenkins-ci.org/browse/JENKINS-52666) - Show coverage at the top of the project page.
156+
* [JENKINS-51926](https://issues.jenkins.io/browse/JENKINS-51926) - Supporting combining reports within a build(e.g. after parallel() execution in Pipeline).
157+
* [JENKINS-52666](https://issues.jenkins.io/browse/JENKINS-52666) - Show coverage at the top of the project page.
158158

159159
Enhancements:
160160

161-
* [JENKINS-52839](https://issues.jenkins-ci.org/browse/JENKINS-52839) - Make Code Coverage API plugin more generic.
161+
* [JENKINS-52839](https://issues.jenkins.io/browse/JENKINS-52839) - Make Code Coverage API plugin more generic.
162162

163163
Fix issues:
164164

165-
* [JENKINS-53023](https://issues.jenkins-ci.org/browse/JENKINS-53023) - Fix incorrect coverage calculating.
166-
* [JENKINS-52809](https://issues.jenkins-ci.org/browse/JENKINS-52809) - Invalid Jacoco report files also be parsed and add to aggregated report.
165+
* [JENKINS-53023](https://issues.jenkins.io/browse/JENKINS-53023) - Fix incorrect coverage calculating.
166+
* [JENKINS-52809](https://issues.jenkins.io/browse/JENKINS-52809) - Invalid Jacoco report files also be parsed and add to aggregated report.
167167
* Other trivial bugs.
168168

169169
# 1.0.0-rc-1
@@ -172,20 +172,20 @@ Release date: Jul 30, 2018
172172

173173
Features:
174174

175-
* [JENKINS-51422](https://issues.jenkins-ci.org/browse/JENKINS-51422) - Offer REST API to retrieve the coverage reports in machine-readable format.
176-
* [JENKINS-51423](https://issues.jenkins-ci.org/browse/JENKINS-51423) - Offer REST API to retrieve the coverage trends in machine-readable format.
177-
* [JENKINS-51736](https://issues.jenkins-ci.org/browse/JENKINS-51736) - Add support of llvm-cov Report converter.
178-
* [JENKINS-51814](https://issues.jenkins-ci.org/browse/JENKINS-51814) - Create a Report Detector extension point.
179-
* [JENKINS-51988](https://issues.jenkins-ci.org/browse/JENKINS-51988) - Add source code navigation.
180-
* [JENKINS-51424](https://issues.jenkins-ci.org/browse/JENKINS-51424) - Prototype integration between Code Coverage API and Cobertura plugin.
181-
* [JENKINS-52630](https://issues.jenkins-ci.org/browse/JENKINS-52630) - Migrate LLVM coverage out into new plugin.
175+
* [JENKINS-51422](https://issues.jenkins.io/browse/JENKINS-51422) - Offer REST API to retrieve the coverage reports in machine-readable format.
176+
* [JENKINS-51423](https://issues.jenkins.io/browse/JENKINS-51423) - Offer REST API to retrieve the coverage trends in machine-readable format.
177+
* [JENKINS-51736](https://issues.jenkins.io/browse/JENKINS-51736) - Add support of llvm-cov Report converter.
178+
* [JENKINS-51814](https://issues.jenkins.io/browse/JENKINS-51814) - Create a Report Detector extension point.
179+
* [JENKINS-51988](https://issues.jenkins.io/browse/JENKINS-51988) - Add source code navigation.
180+
* [JENKINS-51424](https://issues.jenkins.io/browse/JENKINS-51424) - Prototype integration between Code Coverage API and Cobertura plugin.
181+
* [JENKINS-52630](https://issues.jenkins.io/browse/JENKINS-52630) - Migrate LLVM coverage out into new plugin.
182182

183183
Enhancements:
184184

185-
* [JENKINS-51927](https://issues.jenkins-ci.org/browse/JENKINS-51927) - Refactoring the configuration page to make it more user-friendly.
185+
* [JENKINS-51927](https://issues.jenkins.io/browse/JENKINS-51927) - Refactoring the configuration page to make it more user-friendly.
186186

187187
Fix issues:
188-
* [JENKINS-52628](https://issues.jenkins-ci.org/browse/JENKINS-52628) - Change current REST API to the standard format.
188+
* [JENKINS-52628](https://issues.jenkins.io/browse/JENKINS-52628) - Change current REST API to the standard format.
189189

190190
# 1.0.0-alpha-1
191191

@@ -196,9 +196,9 @@ Features:
196196
* Data model based on [Cobertura plugin](https://github.com/jenkinsci/cobertura-plugin).
197197
* Add Cobertura support.
198198
* Add Jacoco support.
199-
* [JENKINS-51363](https://issues.jenkins-ci.org/browse/JENKINS-51363) - Pipeline support.
200-
* [JENKINS-51364](https://issues.jenkins-ci.org/browse/JENKINS-51364) - Add Threshold conditions so that the reporter can fail the build depending on conditions.
201-
* [JENKINS-51368](https://issues.jenkins-ci.org/browse/JENKINS-51368) - Modernize report chart.
202-
* [JENKINS-51609](https://issues.jenkins-ci.org/browse/JENKINS-51609) - Add filter handler so that we can show coverage code in ranged.
203-
* [JENKINS-51366](https://issues.jenkins-ci.org/browse/JENKINS-51366) - Add auto detector so we can find report automatically.
204-
* [JENKINS-51611](https://issues.jenkins-ci.org/browse/JENKINS-51611) - Add unit tests.
199+
* [JENKINS-51363](https://issues.jenkins.io/browse/JENKINS-51363) - Pipeline support.
200+
* [JENKINS-51364](https://issues.jenkins.io/browse/JENKINS-51364) - Add Threshold conditions so that the reporter can fail the build depending on conditions.
201+
* [JENKINS-51368](https://issues.jenkins.io/browse/JENKINS-51368) - Modernize report chart.
202+
* [JENKINS-51609](https://issues.jenkins.io/browse/JENKINS-51609) - Add filter handler so that we can show coverage code in ranged.
203+
* [JENKINS-51366](https://issues.jenkins.io/browse/JENKINS-51366) - Add auto detector so we can find report automatically.
204+
* [JENKINS-51611](https://issues.jenkins.io/browse/JENKINS-51611) - Add unit tests.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It is a good practice is to create branches instead of pushing to master.
5353
2. In GitHub Web UI click the **New Pull Request** button.
5454
3. Select `warnings-ng-plugin` as **base fork** and `master` as **base**, then click **Create Pull Request**.
5555
4. Fill in the Pull Request description. It should reflect the changes, the reason behind the changes, and if available a
56-
reference to the Jenkins ticket in our [issue tracker](https://issues.jenkins-ci.org/).
56+
reference to the Jenkins ticket in our [issue tracker](https://issues.jenkins.io/).
5757
5. Click **Create Pull Request**.
5858
6. Wait for CI results and reviews.
5959
7. Process the feedback (see previous step). If there are changes required, commit them in your local branch and push them

0 commit comments

Comments
 (0)