Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 747 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 747 Bytes

Artifactory Plugin for Jenkins

General

The plugin integrates Jenkins and Artifactory to publish, resolve, promote and release traceable build artifacts. For more information please visit the Artifactory Plugin - Jenkins Wiki

How to Contribute

JFrog welcomes community contribution through pull requests.

Important:

The plugin code is stored in two github repositories: https://github.com/JFrogDev/jenkins-artifactory-plugin and https://github.com/jenkinsci/artifactory-plugin

Please make sure to submit pull requests to JFrogDev only.

How to build the plugin code

To build the plugin, please use Maven with JDK 6 and run:

> mvn clean install