Gitea sends webhook to Jenkins successfully but Jenkins didn't build automatically #9361

Closed
opened 2025-11-02 08:36:33 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @g1218243 on GitHub (Aug 7, 2022).

Description

I have successfully used webhook to trigger to jenkins in version 1.16.9.
But I don't know why, I test delivery webhook in version 1.17.0 and it returns 200 response code with Processed string, but the Jenkins was not triggered and build automatically.
And I noticed that the docker version should be upgraded >= 20.10.6 for Gitea 1.17.0, but my docker version already is 20.10.17 and the issue is still the same.

Gitea Version

1.17.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

https://1drv.ms/t/s!AlpJY9ZjpWJdhjQZlWp6IOo1h8c6

Screenshots

Gitea's app.ini:
image
image

My webhook setting:
image

Webhook request:
image

Webhook response:
image

Jenkins job doesn't be triggered automatically.
image

Git Version

2.25.1

Operating System

ubuntu

How are you running Gitea?

Docker compose

Database

PostgreSQL

Originally created by @g1218243 on GitHub (Aug 7, 2022). ### Description I have successfully used webhook to trigger to jenkins in version 1.16.9. But I don't know why, I test delivery webhook in version 1.17.0 and it returns 200 response code with Processed string, but the Jenkins was not triggered and build automatically. And I noticed that the docker version should be upgraded >= 20.10.6 for Gitea 1.17.0, but my docker version already is 20.10.17 and the issue is still the same. ### Gitea Version 1.17.0 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist https://1drv.ms/t/s!AlpJY9ZjpWJdhjQZlWp6IOo1h8c6 ### Screenshots Gitea's app.ini: ![image](https://user-images.githubusercontent.com/57335640/183276606-86b02f86-a440-43f7-86b4-d264420cb20a.png) ![image](https://user-images.githubusercontent.com/57335640/183276906-dec0964f-7bfa-4b5a-a063-309bbb36409e.png) My webhook setting: ![image](https://user-images.githubusercontent.com/57335640/183276336-fbfa0d82-a45f-421f-9974-3f25bdbb1ba2.png) Webhook request: ![image](https://user-images.githubusercontent.com/57335640/183276378-0628c2d1-6778-46cb-83ee-709653119fcd.png) Webhook response: ![image](https://user-images.githubusercontent.com/57335640/183276392-b0e23f3f-b38d-4ecd-834a-c4d46fec19ef.png) Jenkins job doesn't be triggered automatically. ![image](https://user-images.githubusercontent.com/57335640/183276708-04143089-f792-4eaf-b596-888389b2caf3.png) ### Git Version 2.25.1 ### Operating System ubuntu ### How are you running Gitea? Docker compose ### Database PostgreSQL
GiteaMirror added the type/bug label 2025-11-02 08:36:33 -06:00
Author
Owner

@g1218243 commented on GitHub (Aug 7, 2022):

I found that the test delivery won't actually trigger Jenkins.
Instead, I commit a real change and make a git push, then it will trigger Jenkins correctly.
Sorry for waste your time....

@g1218243 commented on GitHub (Aug 7, 2022): I found that the test delivery won't actually trigger Jenkins. Instead, I commit a real change and make a git push, then it will trigger Jenkins correctly. Sorry for waste your time....
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9361