https://github.com/avielyo10/linchpin-plugin
Jenkins LinchPin plugin
https://github.com/avielyo10/linchpin-plugin
jenkins linchpin provisioning
Last synced: about 2 months ago
JSON representation
Jenkins LinchPin plugin
- Host: GitHub
- URL: https://github.com/avielyo10/linchpin-plugin
- Owner: Avielyo10
- License: apache-2.0
- Created: 2018-10-07T05:52:14.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-01T16:57:29.000Z (about 6 years ago)
- Last Synced: 2025-01-20T23:32:36.958Z (4 months ago)
- Topics: jenkins, linchpin, provisioning
- Language: Java
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins LinchPin Plugin




This plugin integrate [LinchPin](https://github.com/CentOS-PaaS-SIG/linchpin) & [Cinch](https://github.com/RedHatQE/cinch) with Jenkins.## Usage
### LinchPin Installation
Select **`"Install automatically"`** > **`"Add Installer"`** > **`"LinchPin Installer"`**.

### Build Environment
Select **`"Use LinchPin"`** then find your LinchPin and copy&paste your PinFile.
### Build
Select **`"Add build step"`** > **`"LinchPin Up"`**.
**Optional:**
- **`"Specify targets"`**, select specific target/s separated with comma(",") to provision.
- **`"With Cinch"`**, **`"Inventory"`** is mandatory if selected.
### Post-build Actions
**Very Important!** Select **`"Add post-build action"`** > **`"LinchPin Teardown"`** & **`"Teardown Cinch"`** with the proper inventory if **`"With Cinch"`** was selected on **Build**.
If not selected **LinchPin & Cinch** will continue to run!
**Optional:**
- **`"Specify targets"`**, select specific target/s separated with comma(",") to teardown.
- **`"Teardown Cinch"`**, **`"Inventory"`** is mandatory if selected.
---
## Documentations
- [LinchPin documentation](https://linchpin.readthedocs.io/en/latest/).
- [Cinch documentation](https://redhatqe-cinch.readthedocs.io/en/latest/index.html).