bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Implement service aliases #269

Closed julienvey closed 8 years ago

julienvey commented 9 years ago

Closes #6

jawher commented 9 years ago

This is not introduced by this PR, but we have a container leak: given a job with 3 services A, B and C:

One easy fix is to use defer: for every started service container, defer a function which removes it.

julienvey commented 9 years ago

@jawher I created https://github.com/bazooka-ci/bazooka/issues/271 to fix it

jawher commented 8 years ago

LGTM