Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/jenkins-job-builder-clamav
A Jenkins Job Builder plugin adding the ability to enable the ClamAV plugin
https://github.com/garethr/jenkins-job-builder-clamav
Last synced: 20 days ago
JSON representation
A Jenkins Job Builder plugin adding the ability to enable the ClamAV plugin
- Host: GitHub
- URL: https://github.com/garethr/jenkins-job-builder-clamav
- Owner: garethr
- License: apache-2.0
- Created: 2014-05-02T13:46:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T11:45:26.000Z (over 10 years ago)
- Last Synced: 2024-12-19T17:33:29.573Z (22 days ago)
- Language: Python
- Size: 129 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 [ClamAV
plugin](https://wiki.jenkins-ci.org/display/JENKINS/ClamAV+Plugin).[![Code
Health](https://landscape.io/github/garethr/jenkins-job-builder-clamav/master/landscape.png)](https://landscape.io/github/garethr/jenkins-job-builder-clamav/master)## Usage
Include the following in your job definitions.
```yaml
- publishers:
- clamav:
includes: **
```Note that the ClamAV plugin and
[ClamAV](http://www.clamav.net/) needs to be installed.## Installation
```bash
pip install jenkins_job_builder_clamav
```