-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JENKINS-64135 Fix plugin on >2.263 (#34)
- Loading branch information
Showing
15 changed files
with
526 additions
and
178 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @jenkinsci/release-plugin-developers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
_extends: .github | ||
tag-template: release-$NEXT_MINOR_VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Release Drafter | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
update_release_draft: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Drafts your next Release notes as Pull Requests are merged into "master" | ||
- uses: release-drafter/release-drafter@v5 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,214 @@ | ||
# Changelog | ||
|
||
## New versions are on GitHub releases | ||
|
||
## Version 2.10.2 (Nov 18, 2018) | ||
|
||
- [JENKINS-53994](https://issues.jenkins-ci.org/browse/JENKINS-53994) - | ||
Fix issue with visualization of parameters coming from plugins | ||
|
||
## Version 2.10.1 (Mar 13, 2018) | ||
|
||
- No user-visible changes | ||
- Developer: Upgrade the plugin to the latest plugin POM | ||
|
||
## Version 2.10 (Jan 22, 2018) | ||
|
||
- [Fix security | ||
issue](https://jenkins.io/security/advisory/2018-01-22/) | ||
|
||
## Version 2.9 (Dec 08, 2017) | ||
|
||
- [JENKINS-26895](https://issues.jenkins-ci.org/browse/JENKINS-26895) - | ||
Prevent exception when Dashboard View plugin is not installed | ||
- [PR \#27](https://github.com/jenkinsci/release-plugin/pull/27) - | ||
Update Maven Plugin dependency to 3.0, cleanup other dependencies | ||
|
||
## Version 2.8 (June 27, 2017) | ||
|
||
- [PR \#25](https://github.com/jenkinsci/release-plugin/pull/25) - | ||
Enable release actions for [Job Generator | ||
Plugin](https://wiki.jenkins.io/display/JENKINS/Job+Generator+Plugin) | ||
|
||
## Version 2.7 (Apr 08, 2017) | ||
|
||
- [JENKINS-40765](https://issues.jenkins-ci.org/browse/JENKINS-40765) - | ||
Add a new **release()** step for [Pipeline | ||
Plugin](https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin) | ||
- [PR \#14](https://github.com/jenkinsci/release-plugin/pull/14) - | ||
Enable the plugin for [Ivy | ||
Plugin](https://wiki.jenkins.io/display/JENKINS/Ivy+Plugin) | ||
|
||
## Version 2.6.1 (10/13/2016) | ||
|
||
- [JENKINS-20797](http://issues.jenkins-ci.org/browse/JENKINS-20797) - | ||
In addition to the fix in 2.6, schedule new release builds with the | ||
actual User Cause widely supported by plugins | ||
|
||
## Version 2.6 (09/29/2016) | ||
|
||
[Unknown User | ||
(oleg\_nenashev)](https://wiki.jenkins.io/display/~oleg_nenashev) is a | ||
temporary maintainer. | ||
|
||
- Core dependency has been updated from 1.481 to 1.609.3 LTS | ||
([justification](https://github.com/jenkinsci/release-plugin/pull/17#r81082784)) | ||
- [JENKINS-34996](http://issues.jenkins-ci.org/browse/JENKINS-34996) | ||
Fix the compatibility with Jenkins cores containing the | ||
[SECURITY-170](https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170) | ||
fix (pull request \#17, thanks to [Antonio | ||
Muñiz](https://wiki.jenkins.io/display/~amuniz)) | ||
- [JENKINS-11176](http://issues.jenkins-ci.org/browse/JENKINS-11176) | ||
"If the build is a release build" promotion criteria was broken due | ||
to the improper descriptor handling in the plugin (pull request | ||
\#15, thanks to [Allan Burdajewicz](https://github.com/Dohbedoh)) | ||
- [JENKINS-28132](http://issues.jenkins-ci.org/browse/JENKINS-28132) | ||
"Release" permission is now implied by Jenkins Administer permission | ||
(pull request \#16, thanks to aprueller) | ||
- [JENKINS-20797](http://issues.jenkins-ci.org/browse/JENKINS-20797) | ||
Recent Releases Portlet should support extraction of users from the | ||
new "triggered by user" cause being used in Jenkins 1.427+ (pull | ||
request \#18) | ||
- [PR \#18](https://github.com/jenkinsci/release-plugin/pull/18) | ||
Recent Releases Portlet should not create new users for non-existent | ||
usernames when rendering the output page (pull request \#18) | ||
- Cleanup of minor issues discovered by FindBugs (pull request \#19) | ||
|
||
## Version 2.5.4 (10/26/2015) | ||
|
||
- [JENKINS-31159](http://issues.jenkins-ci.org/browse/JENKINS-31159) | ||
Fix postMatrixBuildSteps (Pull request \#13, thanks to Fiouz) | ||
|
||
## Version 2.5.3 (4/25/2015) | ||
|
||
- [JENKINS-27722](http://issues.jenkins-ci.org/browse/JENKINS-27722) | ||
upgrade to the release plugin has left the plugin broken (Pull | ||
request \#12, thanks to glenritchie) | ||
- Change so that now you can select Publisher and Builders in the | ||
(release) build steps (Pull request \#11, thanks to glenritchie) | ||
- Small translation fix (Pull request \#10, thanks to Batmat) | ||
- Add two custom view job filters "All Release Jobs" and "Release | ||
Jobs" (Pull request \#9, thanks to fritaly) | ||
- Define a new RELEASE permission (Pull request \#8, thanks to | ||
fritaly) | ||
- **BEWARE:** **You need to adapt your permissions so that users | ||
still see the release button** | ||
- Set the description for the parent of a matrix build (Pull request | ||
\#7, thanks to fritaly) | ||
- Add ability to run steps before/after all matrix configurations | ||
|
||
## Version 2.4.1 (9/27/2013) | ||
|
||
- Don't display release action in matrix configuration | ||
|
||
## Version 2.4 (8/04/2013) | ||
|
||
- [JENKINS-5079](http://issues.jenkins-ci.org/browse/JENKINS-5079) | ||
Added matrix projects support | ||
|
||
## Version 2.3 (9/20/2012) | ||
|
||
- [JENKINS-13422](http://issues.jenkins-ci.org/browse/JENKINS-13422) | ||
Added release button column | ||
- Use package.png instead of package.gif to have transparent icons | ||
- Fixed release link being shown when project was disabled | ||
|
||
## Version 2.2 (9/13/2011) | ||
|
||
- Disabled auto-refresh when triggering a new release (thanks rseguy) | ||
- [JENKINS-9705](http://issues.jenkins-ci.org/browse/JENKINS-9705) | ||
Option to override regular build parameters during release | ||
|
||
## Version 2.1 (3/13/2011) | ||
|
||
- [JENKINS-8816](http://issues.jenkins-ci.org/browse/JENKINS-8816) | ||
Wrapped each build steps list in a f:block which seems to correct | ||
the drag and drop behavior | ||
- [JENKINS-8829](http://issues.jenkins-ci.org/browse/JENKINS-8829) | ||
Create permalinks for the latest release and latest successful | ||
release builds | ||
- Added i8n for promotion support | ||
- Added German translations | ||
|
||
## Version 2.0 (2/15/2011) | ||
|
||
- Migrated to Jenkins | ||
- If release build result is not at least unstable, then don't keep | ||
build forever. | ||
- Expand release version template using build variables as well as | ||
release parameters | ||
- Add support for the promoted build plugin to add a condition that | ||
the build must be a release build | ||
- Show all previous release parameters when scheduling a release build | ||
- Add post successful build steps and post failed build steps | ||
- Prefill release parameters with previous release builds parameters | ||
(supports text field, checkbox & select list (drop-down list) input | ||
types) | ||
|
||
## Version 1.10 (7/21/2010) | ||
|
||
- Added new checkbox on job config page to allow the disabling of the | ||
automated marking of the build as keep forever | ||
- Fixed issue where if you had overlapping parameter names defined as | ||
release and build parameters, the default build parameter values | ||
were being used to resolve the release version template instead of | ||
the release parameter values. | ||
|
||
## Version 1.9 (11/15/2009) | ||
|
||
- Fixed issue where release plugin would prevent Jenkins from starting | ||
if dashboard view plugin was not installed | ||
([4845](https://issues.jenkins-ci.org/browse/JENKINS-4845)) | ||
- Fixed issue where recent releases portlet would throw NullPointer if | ||
a build was active | ||
|
||
## Version 1.8 (10/13/2009) | ||
|
||
- Added support for [Dashboard | ||
View](https://wiki.jenkins.io/display/JENKINS/Dashboard+View) plugin | ||
by adding Recent Releases portlet | ||
|
||
## Version 1.7 (08/30/2009) | ||
|
||
- After sleeping on it, changed the implementation to use the release | ||
version template so that parameters types don't have to be aware of | ||
the release plugin in order to be used as a release version string. | ||
|
||
## Version 1.6 (08/29/2009) | ||
|
||
- Added new Release String Parameter that, when configured as a | ||
release parameter, will be used as the release value and the plugin | ||
will then set description and tooltip. | ||
([4022](https://issues.jenkins-ci.org/browse/JENKINS-4022)) | ||
|
||
## Version 1.5 (08/06/2009) | ||
|
||
- Changed form submission to use post instead of get. File upload | ||
parameters work now. | ||
|
||
## Version 1.4 (05/16/2009) | ||
|
||
- Fixed regression issue introducing release parameters | ||
([3690](https://issues.jenkins-ci.org/browse/JENKINS-3690)) | ||
|
||
## Version 1.3 (05/11/2009) | ||
|
||
- Fixed regression due to maven plugin change | ||
([3628](https://issues.jenkins-ci.org/browse/JENKINS-3628)) | ||
|
||
## Version 1.2 (05/1/2009) | ||
|
||
- Added support for user supplied release parameters leveraging | ||
Jenkins' parameter capability | ||
([3370](https://issues.jenkins-ci.org/browse/JENKINS-3370)) | ||
|
||
## Version 1.1 (03/26/2009) | ||
|
||
- Add permissions on triggering a release | ||
- Fixed issue where parameters were not being resolved | ||
- Captured release parameters as build parameters which can now be | ||
viewed via build parameters link | ||
|
||
## Version 1.0 (02/10/2009) | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The MIT License | ||
|
||
Copyright 2020 | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# Release | ||
|
||
This plugin adds the ability to wrap your job with pre- and post- build | ||
steps which are only executed when a manual release build is triggered. | ||
|
||
Additional plugin integration | ||
|
||
Supports the [Dashboard | ||
View](https://plugins.jenkins.io/dashboard-view/) with the | ||
Recent Releases portlet and the [Promoted Builds | ||
Plugin](https://plugins.jenkins.io/promoted-builds/) | ||
with the Release build condition. | ||
|
||
# Configure the job to enable releasing | ||
|
||
On the job configuration page, enable the release build configuration | ||
under the Build Wrapper heading and add your required release version | ||
template string, release | ||
[parameters](https://plugins.jenkins.io/parameterized-trigger/), | ||
pre and post build steps that you need to complete a release. | ||
|
||
### Release Version Template | ||
|
||
The release version template was added in version 1.7 of the release | ||
plugin. This parameter lets you define how the release plugin | ||
identifies the release of the project. This is done by building a | ||
parameter based template which is resolved at release time to a fully | ||
resolved string. For instance, the template can be: Release: | ||
${releaseVersion}. This will instruct the release plugin to use the | ||
value of the parameter name releaseVersion to come up with the fully | ||
identifying string which will then be used as a description of the | ||
release build and as a tooltip on the release build icon on the | ||
historical build list. | ||
|
||
### Release Parameters | ||
|
||
The release parameters let you define various parameters that are | ||
presented to the user when a release is requested. The list of | ||
available parameter types are the same as those available in the | ||
parameterized build option for Jenkins. | ||
|
||
### Build Steps | ||
|
||
The build steps section is used to define arbitrary actions to run | ||
before and after the standard job build steps run. These are the same | ||
build steps offered as the build steps available in the free style job | ||
type. | ||
|
||
![](docs/images/config.png) | ||
|
||
In my experience, a release build typically requires pre-build steps of | ||
validating the project is releasable and bumping the version to the | ||
release version. After the build runs as usual, the post build steps are | ||
labeling the codebase and bumping the version to the next development | ||
version. | ||
|
||
# Executing a release | ||
|
||
To run a release, click the Release icon from the job home page. This | ||
will bring you to the release details page where you will be prompted to | ||
fill in any parameters that you have defined (or the default | ||
RELEASE\_VERSION and DEVELOPMENT\_VERSION if there were no parameters | ||
defined). As seen above, these values are then available at job | ||
execution time in both the pre and post release steps as well as the | ||
normal build steps. Finally, click the schedule release build and the | ||
job is scheduled to run immediately, now including the execution of the | ||
pre and post build steps. | ||
|
||
![](docs/images/build.png) | ||
|
||
# Viewing results | ||
|
||
Once the build is complete, the release plugin automatically locks the | ||
build, preventing it from being automatically deleted and adds a release | ||
icon denoting it as a release build. | ||
|
||
![](docs/images/results.png) | ||
|
||
# Supported Job Types | ||
|
||
The release plugin supports the Maven2 and Free Style Job type | ||
|
||
# Recent Releases Portlet | ||
|
||
The release plugin contributes a recent releases portlet that can be | ||
used in a [Dashboard | ||
View](https://plugins.jenkins.io/dashboard-view/). | ||
|
||
This portlet shows the 5 most recent release builds in normal mode with | ||
a link that brings you to the build page and the version string. | ||
![](docs/images/normal-mode.PNG) | ||
In the maximized mode, it shows the 50 most recent builds with | ||
additional detail. Additionally, it offers an rss feed while in the | ||
maximized mode so that you can get notified of all release builds or all | ||
failing release builds. | ||
![](docs/images/maximized-mode.PNG) |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.