Jenkiexs

This is a Jenkins client written in Elixir.

Usage

You can export JENKINS_URL, JENKINS_USERNAME and JENKINS_TOKEN env vars; or

config :jenkiexs, :client,
url: "http://jenkins.url",
username: "username",
token: "1a2b3c4d5e6f"

Documentation

The documentation will be at HexDocs Jenkiexs

Installation

If available in Hex, the package can be installed by adding jenkiexs to your list of dependencies in mix.exs:

def deps do
[
{:jenkiexs, "~> 0.9.3"}
]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/jenkiexs.