https://github.com/kostyasha/yet-another-docker-plugin
Jenkins Yet Another Docker Plugin
https://github.com/kostyasha/yet-another-docker-plugin
docker java jenkins-plugin
Last synced: 6 months ago
JSON representation
Jenkins Yet Another Docker Plugin
- Host: GitHub
- URL: https://github.com/kostyasha/yet-another-docker-plugin
- Owner: KostyaSha
- License: mit
- Created: 2015-11-03T19:08:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T17:27:02.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T00:57:48.187Z (over 2 years ago)
- Topics: docker, java, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/yet-another-docker-plugin
- Size: 1.24 MB
- Stars: 84
- Watchers: 11
- Forks: 51
- Open Issues: 74
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another Docker Plugin
image:https://img.shields.io/badge/java-1.8-yellow.svg["Minimal java version"]
image:https://scan.coverity.com/projects/9176/badge.svg?flat=1["Coverity Scan Build Status", link="https://scan.coverity.com/projects/kostyasha-yet-another-docker-plugin"]
image:https://travis-ci.org/KostyaSha/yet-another-docker-plugin.svg?branch=master["Build Status", link="https://travis-ci.org/KostyaSha/yet-another-docker-plugin"]
image:https://codecov.io/github/KostyaSha/yet-another-docker-plugin/coverage.svg?branch=master["codecov.io", link="https://codecov.io/github/KostyaSha/yet-another-docker-plugin?branch=master"]
image:https://jitpack.io/v/KostyaSha/yet-another-docker-plugin.svg["jitpack.io",link="https://jitpack.io/#KostyaSha/yet-another-docker-plugin"]Project that produces jenkins hpi plugin with Docker related features.
## History
When https://github.com/jenkinsci/docker-plugin[docker-plugin] was half-working state i https://github.com/jenkinsci/docker-plugin/graphs/contributors[started enhancing/fixing] and stabilised it.
https://github.com/jenkinsci/docker-plugin/issues/235#issuecomment-147975445[But was unable to continue comfortable development]
and left to this fork.## Docs
Under link:/docs[docs directory]
## Goals
- Quality
- Full lifecycle for Jenkins Cloud Slave
- https://github.com/docker-java/docker-java[docker-java] reference implementation## Installation
Java 8 is required.
Main Jenkins Update center or Jucies.
If you don't want to change your Update Center, you can download `.hpi` from the mirror http://mirrors.jenkins-ci.org/plugins/yet-another-docker-plugin/ or and upload it to Jenkins Plugin Manager.
## Disclaimer
- Kept when it possible. Backward compatibility may be broken in any time.
## Questions
If you have any questions feel free to open GitHub issue.