Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/jenkins-job-builder-brakeman
A Jenkins Job Builder plugin adding the ability to enable the brakeman plugin
https://github.com/garethr/jenkins-job-builder-brakeman
Last synced: 28 days ago
JSON representation
A Jenkins Job Builder plugin adding the ability to enable the brakeman plugin
- Host: GitHub
- URL: https://github.com/garethr/jenkins-job-builder-brakeman
- Owner: garethr
- License: apache-2.0
- Created: 2014-05-02T10:31:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T11:44:53.000Z (over 10 years ago)
- Last Synced: 2024-12-11T15:56:14.246Z (about 1 month ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A plugin for [Jenkins Job
Builder](http://ci.openstack.org/jenkins-job-builder/) to enable the
Jenkins [Brakeman
plugin](https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin).[![Code
Health](https://landscape.io/github/garethr/jenkins-job-builder-brakeman/master/landscape.png)](https://landscape.io/github/garethr/jenkins-job-builder-brakeman/master)## Usage
Include the following in your job definitions.
```yaml
- publishers:
- brakeman:
output: file-from-brakeman-run.tabs
```Note that the brakeman plugin and
[brakeman](http://brakemanscanner.org/) needs to be installed.## Installation
```bash
pip install jenkins_job_builder_brakeman
```