Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smtp localhost port 25 hardcoded in post-build publisher #1

Closed
ghost opened this issue Oct 5, 2015 · 2 comments
Closed

smtp localhost port 25 hardcoded in post-build publisher #1

ghost opened this issue Oct 5, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 5, 2015

build will always fail for now till groupon/DotCi#169 is resolved unless smtp setup exits on localhost ...

since docker does not support multi-inheritance, it would be ideal to avoid having to modify the jenkinsci Dockerfile to also include https://hub.docker.com/r/catatnight/postfix.

@ghost ghost closed this as completed Jan 7, 2016
@ghost
Copy link
Author

ghost commented Jan 7, 2016

84b30ff

mailman:
  image: catatnight/postfix
  environment:
    maildomain: "mail.example.com"
    smtp_user: "user:password"
  ports:
    - "25:25"

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants