Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 802 Bytes

File metadata and controls

executable file
·
24 lines (16 loc) · 802 Bytes

JenkinsBuildNodeManager

Simple tool to manage multiple jenkins jobs. Tagging, batch edit multiple job configs, etc..

To start:

  • Install elixir with brew install elixir
  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install
  • Start server with mix phoenix.server or run as daemon with MIX_ENV=dev PORT=4000 elixir --detached -S mix phoenix.server

To config:

  • Edit config/config.exs

Visit localhost:4000 from browser.

Learn Phoenix Framework