https://github.com/konstantinzolotarev/elixir_jenkins_bot
https://github.com/konstantinzolotarev/elixir_jenkins_bot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/konstantinzolotarev/elixir_jenkins_bot
- Owner: konstantinzolotarev
- Created: 2016-08-29T14:17:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T14:22:52.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T02:26:15.807Z (5 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElixirJenkinsBot
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `elixir_jenkins_bot` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:elixir_jenkins_bot, "~> 0.1.0"}]
end
```2. Ensure `elixir_jenkins_bot` is started before your application:
```elixir
def application do
[applications: [:elixir_jenkins_bot]]
end
```