Question: Does Gitea have CI Build Status Area? #1244

Closed
opened 2025-11-02 03:53:59 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @Madmorgan007 on GitHub (Nov 14, 2017).

Hi,

I'm moving from Gogs to this and wondering if or when you might have CI/Build reporting area that I can update the system from my build agent if my code has passed or failed. via some API or would you do what Gitlab do? This is not in Gogs but there is a issue for it. 4631 & 813
Thanks

Originally created by @Madmorgan007 on GitHub (Nov 14, 2017). Hi, I'm moving from Gogs to this and wondering if or when you might have CI/Build reporting area that I can update the system from my build agent if my code has passed or failed. via some API or would you do what Gitlab do? This is not in Gogs but there is a issue for it. [4631](https://github.com/gogits/gogs/issues/4631) & [813](https://github.com/gogits/gogs/issues/813) Thanks
GiteaMirror added the type/question label 2025-11-02 03:53:59 -06:00
Author
Owner

@lafriks commented on GitHub (Nov 14, 2017):

Yes there is status API: https://try.gitea.io/api/v1/swagger#/repository/repoCreateStatus

gitea jenkins & drone plugins already supports that out of the box

@lafriks commented on GitHub (Nov 14, 2017): Yes there is status API: https://try.gitea.io/api/v1/swagger#/repository/repoCreateStatus gitea jenkins & drone plugins already supports that out of the box
Author
Owner

@lafriks commented on GitHub (Nov 14, 2017):

Currently it only supports displaying status in Commits tab but PR status display is in WIP and will be in 1.4.0 release

@lafriks commented on GitHub (Nov 14, 2017): Currently it only supports displaying status in Commits tab but PR status display is in WIP and will be in 1.4.0 release
Author
Owner

@Madmorgan007 commented on GitHub (Nov 15, 2017):

Sweet thanks for the feed back

@Madmorgan007 commented on GitHub (Nov 15, 2017): Sweet thanks for the feed back
Author
Owner

@LukeOwlclaw commented on GitHub (May 23, 2019):

@lafriks: I understand that showing the status in the PR tab is WIP (as of May 2019) --> https://github.com/go-gitea/gitea/pull/2519
But the status in Commits tab should be done by done, right?
Where exactly should the status show up? I cannot find it after creating a status via the API link you posted. Could you provide a screenshot? Thanks!

@LukeOwlclaw commented on GitHub (May 23, 2019): @lafriks: I understand that showing the status in the PR tab is WIP (as of May 2019) --> https://github.com/go-gitea/gitea/pull/2519 But the status in Commits tab should be done by done, right? Where exactly should the status show up? I cannot find it after creating a status via the API link you posted. Could you provide a screenshot? Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1244