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/21 14:33:53 UTC

[kibble] branch master updated: Add Travis CI to source types

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


The following commit(s) were added to refs/heads/master by this push:
     new 13a6760  Add Travis CI to source types
13a6760 is described below

commit 13a67602e225667435a21a882d87f1682d8c1a53
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Feb 21 15:33:44 2018 +0100

    Add Travis CI to source types
---
 api/yaml/sourcetypes.yaml        |  10 ++++++++++
 ui/images/sourcetypes/travis.png | Bin 0 -> 21263 bytes
 2 files changed, 10 insertions(+)

diff --git a/api/yaml/sourcetypes.yaml b/api/yaml/sourcetypes.yaml
index 6e5b7a7..20fa7e9 100644
--- a/api/yaml/sourcetypes.yaml
+++ b/api/yaml/sourcetypes.yaml
@@ -72,6 +72,16 @@ buildbot:
         - username
         - password
 
+travis:
+    title: Travis CI Server
+    description: The Travis CI Service - Grabs all jobs in one go. Specify .com or .org
+    regex: "https?://travis-ci\.(com|org)/?"
+    example: https://travis-ci.org/
+    authrequired: true
+    optauth:
+        - token
+
+
 twitter:
     title: "Twitter Handle"
     regex: (@.+)
diff --git a/ui/images/sourcetypes/travis.png b/ui/images/sourcetypes/travis.png
new file mode 100644
index 0000000..6c01103
Binary files /dev/null and b/ui/images/sourcetypes/travis.png differ

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