Skip to content

Commit 8bde65e

Browse files
committed
updated readme
1 parent f3884d9 commit 8bde65e

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
## Overview
1+
# Overview
22

3-
A Jenkins Plugin that provides SCMSource (i.e. [Pipeline Multibranch](https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Multibranch+Plugin)) and SCMNavigator for [Gogs - Go Git Service](https://github.com/gogits/gogs)
3+
Pipeline as Code for Gogs: Go Git Service!
4+
5+
A Jenkins Plugin that provides SCMSource (i.e. [Pipeline Multibranch](https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Multibranch+Plugin)) and SCMNavigator for [Gogs - Go Git Service](https://github.com/gogits/gogs).
46

57
##Features
68

79
- Supports Pipeline Multibranch
810
- Auto creation of repository push web hook
9-
- Support SCMNavigator (Gogs Organization Scanning) functionality (i.e. org scanning per [GitHub Organization Folder](https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Organization+Folder+Plugin))
10-
- Commit status via repo issue creation on build FAILURE and UNSTABLE - Gogs currently doesn't support commit statuses see https://github.com/gogits/gogs/issues/813
11+
- Supports SCMNavigator (Gogs Organization Scanning) functionality (i.e. org scanning per [GitHub Organization Folder](https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Organization+Folder+Plugin))
12+
- Supports commit status update via repo issue creation on build FAILURE and UNSTABLE - Gogs currently doesn't support commit statuses see https://github.com/gogits/gogs/issues/813
1113
- Partial support for Gogs Organization avatar - Gogs does not support dynamically sized avatar images
1214

13-
##Missing Features
15+
###Missing Features
1416

15-
- Does not support Gogs Pull Requests - see https://github.com/gogits/gogs/issues/2246
16-
- Does not support auto-creation of Organization web hooks - see https://github.com/gogits/go-gogs-client/issues/38
17+
- Does not support Gogs Pull Requests as there is currently no API - see https://github.com/gogits/gogs/issues/2246
18+
- Does not support auto-creation of Organization web hooks as there is currently no API - see https://github.com/gogits/go-gogs-client/issues/38
1719
- Update commit status - see https://github.com/gogits/gogs/issues/813
20+
21+
22+
####Tested Against
23+
- Gogs: Go Git Service 0.9.60.0803
24+
- Git Version: 2.6.6

0 commit comments

Comments
 (0)