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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new f054eb2  IGNITE-10095: Support Build Parameters specifying: example 
config update
f054eb2 is described below

commit f054eb2b1bfa4d297603dde338280136569c911c
Author: Dmitriy Pavlov <dpav...@apache.org>
AuthorDate: Tue May 14 20:36:54 2019 +0300

    IGNITE-10095: Support Build Parameters specifying: example config update
---
 conf/branches.json | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/conf/branches.json b/conf/branches.json
index 3623c32..46c1933 100644
--- a/conf/branches.json
+++ b/conf/branches.json
@@ -16,9 +16,9 @@
       /** Teamcity Host, HTTPs is highly recommended because of Basic Auth 
used.*/
       "host": "https://ci.ignite.apache.org/";,
       /** Downloaded build logs relative path. */
-      logsDir: "apache_logs",
+      "logsDir": "apache_logs",
       /** Default tracked branch name in internal identification of TC bot. */
-      defaultTrackedBranch: "master",
+      "defaultTrackedBranch": "master",
       /** Build parameters, which may be used for filtering Run history and 
tagging builds. */
       "filteringParameters": [
         {
@@ -48,7 +48,8 @@
         Base-64 pre-encoded username and password, which will be included into 
Basic Auth requests.
         Encoded token needs to be encrypted using 
org.apache.ignite.ci.tcbot.conf.PasswordEncoder,
         use PasswordEncoder#encodeJiraTok to get from clear username/password 
*/
-      "authTok": "" //todo specify
+      "authTok": ""
+      //todo     ^ specify token
     }
   ],
   /* Set of GitHub services configured: GitHub integration parameters.*/
@@ -68,7 +69,7 @@
         Git Auth token encoded to access non-public GitHub repos. For public 
GitHub repos token gives more velocity.
        */
       "authTok": "",
-      //todo specify token
+      //todo     ^ specify token
 
       /* REST API Url for GitHub. Includes owner (apache) and project 
(ignite). */
       "apiUrl": "https://api.github.com/repos/apache/ignite/";
@@ -80,8 +81,8 @@
       /* Username, equal to from: field */
       "username": "ignitetc...@gmail.com",
       /** Email password encoded using Password Encoder.  */
-      //todo specify password
       "pwd": ""
+      //todo ^ specify password
     },
     "channels": [
       {
@@ -113,6 +114,7 @@
           "triggerBuild": true,
           /* Triggering quiet period in minutes. Protects from too-often 
triggering in case build is too fast, e.g. compilation failure. */
           "triggerBuildQuietPeriod": 30,
+          /** List of build parameters should be specified for triggering 
build. Each parameter should have name and may have randomly selected or fixed 
value. */
           "triggerParameters": [
             {
               name: "reverse.dep.*.env.JAVA_HOME",

Reply via email to