Skip to content

reportportal/service-tfs

Repository files navigation

ReportPortal. TFS Integration

Mac OS users need to add proxy resolve for docker at first in order to build docker container:

  • Go to System Preferences/Network/Wi-Fi (or Ethernet)/click Advanced.../Proxies
  • Check Web Proxy (HTTP) checkbox and add localhost:2375 to Web Proxy Server
  • Command line brew install socat (Homebrew should be pre-installed)

remember to uncheck Web Proxy (HTTP) checkbox after you build an image.


Ubuntu users:

  • Install jdk sudo apt-get install openjdk-8-jdk
  • Install socat sudo apt-get install socat

Build your docker container

Ubuntu and Mac users:

  • In new terminal tab run socat -d TCP-LISTEN:2375,range=127.0.0.1/32,reuseaddr,fork UNIX:/var/run/docker.sock

  • gradle buildDocker

  • Terminate socat process

Windows users:

  • [before] If you are using latest Docker and getting error org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 - right click on Docker tray icon / Settings / General. Select checkbox Expose daemon on tcp://localhost:2375 without TLS

  • gradle buildDocker


Notes

Service contains TFS SDK from Microsoft. You may download latest SDK and update JAR in libs folder. Then update build.gradle according to your changes


License stackoverflow

Build Status

About

Bug Tracking Integration with TFS. Post/Read bugs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published