-
Notifications
You must be signed in to change notification settings - Fork 53
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
Docker running but requests not passing #75
Comments
@cescamilla you still facing this issue or we can close it? |
Hey just one thing, when using docker you have to map ports, I am using docker-composer and one configuration is missing, look how is my docker composer, btw thanks for this amazing proxy. jenkinswebhookproxy: |
I've abandoned the project due to this issue, so I would have to check again if the issue persists |
@cescamilla in case you want to make some tests my advice would be: "jenkinswebhookproxy_1 | 2020/04/14 18:51:32 Redirected incomming request '/github-webhook/' to 'http://0.0.0.123/github-webhook/' with Response: '200 OK'" |
Hi guys,
I'm running the tool in Docker but I don't receive the requests into Jenkins, this is my docker command
docker run -p 80:8080 stakater/gitwebhookproxy:v0.2.70 -listen :80 -upstreamURL :8080 -provider gitlab -allowedPaths /project -secret supersecret
Note that I'm using -p to map the ports, otherwise the docker ps command shows no port open for this image
then I get this output from docker:
2019/11/09 16:55:39 Stakater Git WebHook Proxy started with provider 'gitlab' 2019/11/09 16:55:39 Listening at: :80
After that I sent a [POST] to :80/project/ that I assume should be logged into the stdout but nothing occurs
If I hit directly :8080/project/ I can run the build successfully
I'm running the docker image in Ubuntu 16.04.6 LTS
already tried v0.2.63 but same behaviour is observed
so my questions are: should I expect any http request logged in stdout? should I keep using -p argument?
Thanks in advance!
The text was updated successfully, but these errors were encountered: