Skip to content

Commit

Permalink
Merge pull request #10 from Dan-Heath/dheath-docs-to-code
Browse files Browse the repository at this point in the history
[Hacktoberfest] Migrate docs to jenkinsci repo
  • Loading branch information
batmat committed Jan 25, 2022
2 parents 431b1cf + db903dc commit 9c8d488
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Version History

### Version 1.2 (2019-06-11)

- Update icu4j and various other dependencies.
- Code cleanups and bug fixes

### Version 1.1 (2015-06-15)

- Fix broken icons

### Version 1.0 (2014-10-29)

- Initial release (spun out from the [CloudBees
Deployer](https://docs.cloudbees.com/docs/release-notes/latest/plugins/cloudbees-deployer-plugin/)
plugin)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Jenkins Deployer Framework Plugin
=================================

Read more: [http://wiki.jenkins-ci.org/display/JENKINS/Deployer+Framework+Plugin](http://wiki.jenkins-ci.org/display/JENKINS/Deployer+Framework+Plugin)
This plugin provides a framework for deploying applications. Other plugins provide engines that plug in to this framework and perform the actual deployments.

Development
===========
Expand All @@ -25,7 +25,7 @@ To install:

1. copy the resulting ./target/deployer-framework.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards.

2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the pluing in the installed plugins list.
2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the plugin in the installed plugins list.


Plugin releases
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<description>
This plugin provides a framework for deploying applications.
</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Deployer+Framework+Plugin</url>
<url>https://github.com/jenkinsci/deployer-framework-plugin</url>
<licenses>
<license>
<name>MIT</name>
Expand Down

0 comments on commit 9c8d488

Please sign in to comment.