Verigreen / verigreen

Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).
Apache License 2.0
57 stars 19 forks source link

Error: No credentials for preemptive authentication #129

Closed aleitamar closed 6 years ago

aleitamar commented 6 years ago

Hi @soninob i'm getting an error when trying to trigger jenkins jobs: "No credentials for preemptive authentication"

i saw you had the same issue: https://stackoverflow.com/questions/25660937/no-credentials-for-preemptive-authentication-port-is-returning-1

How did you manage to solve this? My jenkins container runs on port 8080

aleitamar commented 6 years ago

Turns out this was a docker configuration issue which caused verigreen to fail when connecting to jenkins.

soninob commented 6 years ago

good to know! thanks!