Skip to content

vicenteneto/jenkins-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Java API Wrapper

GitHub Release Build Status License

This project is a Java library for communicating with Jenkins. Jenkins is a cross-platform, continuous integration and continuous delivery application that increases your productivity (see more).

Table of contents

Getting started

Maven

To use it in your Maven build add it to your pom.xml file:

  <repositories>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>

and:

  <dependencies>
    <dependency>
      <groupId>com.github.vicenteneto</groupId>
      <artifactId>jenkins-java-api</artifactId>
      <version>v1.15.23</version>
    </dependency>
  </dependencies>

Gradle

To use it in your Gradle build add it to your gradle.build file:

repositories {
    maven { url "https://jitpack.io" }
}

and:

dependencies {
    compile 'com.github.vicenteneto:jenkins-java-api:v1.15.23'
}

Check out our examples

Take note that our master branch is our active, unstable development branch and that if you're looking to download a stable copy of the repo, check the tagged downloads.

Contributing

Have a bug or a feature request? Please, open a GitHub issue.

Creator

Vicente Neto

Copyright and license

Copyright 2015-, Vicente Neto. This project is licensed under the MIT License.

About

A Jenkins API Wrapper for JAVA developers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages