blob: 56f411212b1da1cad25401213b3d80bcf7028369 [file] [log] [blame]
{
// Default server (service) code, internal identification
"primaryServerCode": "apache",
"tcServers": [
{
//code of current server
"code": "public",
// reference to another TC server service code to be used instead.
"reference": "apache"
}
],
"jiraServers": [
{
/* Server code will be referenced in all tracked branches, URLs, etc */
"code": "apache",
/* JIRA project code for commenting tickets. Default project is "IGNITE". */
"projectCode": "IGNITE",
/* Following prefix is to be specified only if it is necessary to separate project code and branches markup in tickets. */
// "branchNumPrefix": "IGNITE-",
/* JIRA Url, HTTPs is highly recommended because of Basic Auth used. */
"url": "https://issues.apache.org/jira/",
/** JIRA Auth token to access, use PasswordEncoder#encodeJiraTok to get from clear username/password */
"authTok": "" //todo specify
}
],
"branches": [
{
"id": "master",
"chains": [
{
"serverId": "apache",
"suiteId": "IgniteTests24Java8_RunAll",
"branchForRest": "\u003cdefault\u003e"
}
]
},
{
"id": "master-nightly",
"chains": [
{
"serverId": "apache",
"suiteId": "IgniteTests24Java8_RunAllNightly",
"branchForRest": "\u003cdefault\u003e",
"triggerBuild": true,
"triggerBuildQuietPeriod": 30 //triggering quiet period in minutes
}
]
},
{
"id": "ignite-2.7",
"chains": [
{
"serverId": "apache",
"suiteId": "IgniteTests24Java8_RunAll",
"branchForRest": "ignite-2.7",
"baseBranchForTc": "\u003cdefault\u003e"
}
]
},
{
"id": "ignite-2.7-nightly",
"chains": [
{
"serverId": "apache",
"suiteId": "IgniteTests24Java8_RunAllNightly",
"branchForRest": "ignite-2.7",
"baseBranchForTc": "\u003cdefault\u003e",
"triggerBuild": true,
"triggerBuildQuietPeriod": 30 //triggering quiet period in minutes
}
]
}
]
}