Skip to content

Commit

Permalink
Merge pull request #5 from zbynek/master
Browse files Browse the repository at this point in the history
Use GitHub as the source of documentation
  • Loading branch information
basil committed Feb 24, 2021
2 parents 292a4a2 + b339ad4 commit 1cdd333
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ a way to report successful deletion in case the resource disappears.
in a way to still be able to perform its task. In case the resource is freed by
Jenkins restart naturally, it should deserialize into an object to report success
all the time (to be unregistered on first periodic attempt to dispose).

# Further Information
See [user documentation and more](https://plugins.jenkins.io/resource-disposer/) on the Jenkins Plugin Site.

[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/resource-disposer.svg?color=blue)](https://plugins.jenkins.io/resource-disposer)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/resource-disposer.svg?color=blue)](https://plugins.jenkins.io/resource-disposer)
21 changes: 21 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Jenkins Resource Disposer Plugin
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/resource-disposer.svg?color=blue)](https://plugins.jenkins.io/resource-disposer)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/resource-disposer.svg?color=blue)](https://plugins.jenkins.io/resource-disposer)

![](/docs/images/resource-disposer.png)

Resource Disposer is a utility plugin for other plugins to depend on.
Resources that are no longer needed (VMs to delete, entries in other
systems, etc.) are registered in the plugin that attempts to delete it
repeatedly. Failures to do so will be reported in the form of
administrative monitor and can be examined at
`JENKINS_URL/administrativeMonitor/AsyncResourceDisposer/`. Such entries
are persisted between restarts and tracked until the plugin that has
contributed them either succeeds in disposing them or they get removed
some other way (ex: Administrator removes them manually). Provided the
problem preventing the disposal persists, instance administrators are
expected to resolve that based on administrative monitor reports.



See also [plugin developer documentation](/README.md).
Binary file added docs/images/resource-disposer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cdd333

Please sign in to comment.