You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/02/16 11:45:21 UTC

[kibble] 02/02: Add Jenkins as a potential source type

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit ddcdb0af6dfbb78ea33289afd710e0099cb1b07f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Feb 16 12:45:10 2018 +0100

    Add Jenkins as a potential source type
---
 api/yaml/sourcetypes.yaml         |   9 +++++++++
 ui/images/sourcetypes/jenkins.png | Bin 0 -> 15700 bytes
 2 files changed, 9 insertions(+)

diff --git a/api/yaml/sourcetypes.yaml b/api/yaml/sourcetypes.yaml
index 4bb7f73..e01c9cd 100644
--- a/api/yaml/sourcetypes.yaml
+++ b/api/yaml/sourcetypes.yaml
@@ -54,6 +54,15 @@ gerrit:
     regex: "https?://.+/r/.+"
     example: https://review.rdoproject.org/r/puppet/puppet-designate
 
+jenkins:
+    title: Jenkins CI Server
+    description: A Jenkins CI Server - Grabs all jobs in one go.
+    regex: "https?://.+/"
+    example: https://builds.apache.org/
+    optauth:
+        - username
+        - password
+
 twitter:
     title: "Twitter Handle"
     regex: (@.+)
diff --git a/ui/images/sourcetypes/jenkins.png b/ui/images/sourcetypes/jenkins.png
new file mode 100644
index 0000000..99a60d4
Binary files /dev/null and b/ui/images/sourcetypes/jenkins.png differ

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.