Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```