Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/nomad-plugin
Nomad cloud plugin for Jenkins
https://github.com/jenkinsci/nomad-plugin
agent cloud jenkins-plugin
Last synced: 3 months ago
JSON representation
Nomad cloud plugin for Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/nomad-plugin
- Owner: jenkinsci
- License: mit
- Fork: true (iverberk/jenkins-nomad)
- Created: 2016-04-21T20:31:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T18:55:55.000Z (9 months ago)
- Last Synced: 2024-04-26T07:31:21.107Z (7 months ago)
- Topics: agent, cloud, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/nomad/
- Size: 295 KB
- Stars: 56
- Watchers: 8
- Forks: 41
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nomad - jenkinsci/nomad-plugin - Jenkins plugin to allow using Nomad Jobs to scale out Jenkins build slaves. (CI / CD)
README
Jenkins Nomad Cloud Plugin
==========================This plugin uses HashiCorp's [Nomad scheduler](https://www.nomadproject.io/) to
provision new build workers based on workload.All documentation is available under the Jenkins [wiki page](https://wiki.jenkins-ci.org/display/JENKINS/Nomad+Plugin) for this plugin
**Community contributions are very welcome!**
## TLS Support
To connect to a TLS-enabled Nomad cluster:
* Configure the *Nomad URL* field with a HTTPS URL, for example: `https://nomad.service.consul:4646`
* Tick the *Enable TLS* checkbox
- If the Nomad cluster authenticates clients, configure the path to the PKCS12
certificate and, if needed, the password to access the PKCS12 certificate.- Specify a custom PKCS12 certificate to authenticate the Nomad cluster, if
it can't be verified by the default truststore used by the Jenkins
controller.Note that, in each case, the certificates:
* Must be files reachable by the Jenkins controller.
* Must be in the [PKCS12 format](https://en.wikipedia.org/wiki/PKCS_12).