Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hacktoberfest docs-to-code migration #27

Merged
merged 2 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,63 @@ Add links in the sidebar of the Jenkins main page, view tabs and project pages.

This simple plugin adds an Additional Sidebar Links section in the main Jenkins configuration page, with settings for link URLs, texts and icons. These links will be shown in the top-level Jenkins pages (main page, user list, build history, My Projects and other project view tabs). Sidebar links for particular jobs may also be added in the job configuration pages.

------------------------------------------------------------------------

## Change Log

##### Version 1.10 (Dec 22, 2018)

- Add support of Sidebar links for Jenkins Pipeline and other project
types
([JENKINS-33458](https://issues.jenkins-ci.org/browse/JENKINS-33458))

##### Version 1.9.1 (July 12, 2017)

- Fix displaying of saved URL values in the configuration pages
([JENKINS-45451](https://issues.jenkins-ci.org/browse/JENKINS-45451),
regression in 1.9)

##### Version 1.9 (July 10, 2017)

- [Fix security
issue](https://jenkins.io/security/advisory/2017-07-10/)

##### Version 1.6 (24-Jul-2011)

- Remove stray "\>" showing up on job config page.
- Update for Jenkins.

##### Version 1.5 (20-Jan-2011)

- Add option for sidebar links in project pages.
([JENKINS-7298](https://issues.jenkins-ci.org/browse/JENKINS-7298))
- Add ability to upload image files into `JENKINS_HOME/userContent`
directory from global config page.
([JENKINS-8320](https://issues.jenkins-ci.org/browse/JENKINS-8320))
- Japanese translation

##### Version 1.4 (8-Mar-2010)

- Add help text about how to use icon images placed in
`HUDSON_HOME/userContent` directory, and for absolute vs
in-this-Hudson URLs.

##### Verison 1.3 (10-Feb-2010)

- Update code for more recent Hudson.

##### Version 1.2 (23-May-2009)

- Support for more than one link.

##### Version 1.1 (13-Jan-2009)

- Avoid NullPointerException when plugin is installed but not
configured.

##### Version 1.0 (17-Dec-2008)

- Initial release.

See also:
- [Jenkins Wiki - Sidebar Link Plug-in](https://wiki.jenkins-ci.org/display/JENKINS/Sidebar-Link+Plugin)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be removed now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @oleg-nenashev ! I created a CHANGELOG.md file and moved that info out of the Readme. I also deleted the link above to the Jenkins wiki.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>hpi</packaging>
<name>Sidebar Link</name>
<version>1.12.1-SNAPSHOT</version>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Sidebar-Link+Plugin</url>
<url>https://github.com/jenkinsci/sidebar-link-plugin</url>

<properties>
<jenkins.version>2.222.4</jenkins.version>
Expand Down