Giter Club home page Giter Club logo

hygieia_teamcity_collector's Introduction

hygieia teamcity collector

v.1.1

Provides connection between Hygiea API and teamcity

pre-requirements:

  • web-hook plugin installed on teamcity
  • configure web-hook for build or build group(projects) in way like:
    • URL: url to connector
    • Enabled: true
    • Payload Format: Legacy Webhook (JSON)
    • Trigger on event:
      • Build Interrupted
    • On Completion:
      • Trigger when build is Succesfull
      • Trigger when build Fails

Teamcity Webhook configuration

environment variables:

  • HYGIEIA_API_URL: ex. http://host:port/api
  • TEAMCITY_HOST: ex. "192.168.100.101" or "teamcity.corp" etc...
  • TEAMCITY_USER: ex. "admin"
  • TEAMCITY_PASSWORD: ex. "securepassword"

run as standalone container:

docker run \
  -e "TEAMCITY_HOST=192.168.100.101" \
  -e "TEAMCITY_USER=administrator" \
  -e "TEAMCITY_PASSWORD=securepassword" \
  -e "HYGIEIA_API_URL=http://hygieia-api:8080/api" \
  -p 8080:80 \
  --name "hygieia-teamcity-collector" \
  alexeyanikanov/hygieia_teamcity_collector:latest

docker-compose example:

hygieia-teamcity-collector:
  image: alexeyanikanov/hygieia_teamcity_collector:latest
  container_name: hygieia-teamcity
  links:
    - hygieia-api
  ports:
  - "8090:80"
  environment:
    - TEAMCITY_HOST=192.168.100.101
    - TEAMCITY_USER=administrator
    - TEAMCITY_PASSWORD=securepassword
    - HYGIEIA_API_URL=http://hygieia-api:8080/api

hygieia_teamcity_collector's People

Contributors

alexanikanov avatar mrlov avatar

Stargazers

Spencer Phillip Young avatar

Watchers

Spencer Phillip Young avatar

Forkers

dardanbekteshi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.