@ioffice/tc-builder
Advanced tools
Comparing version 1.3.0-beta.1806221419 to 1.3.0-beta.1806221550
{ | ||
"name": "@ioffice/tc-builder", | ||
"version": "1.3.0-beta.1806221419", | ||
"version": "1.3.0-beta.1806221550", | ||
"description": "iOFFICE TeamCity Builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -93,3 +93,3 @@ "use strict"; | ||
} | ||
var _a = gitUrl.match(/(.*)\/(.*)\/(.*)\.git$/), owner = _a[1], repo = _a[2]; | ||
var _a = gitUrl.match(/(.*)\/(.*)\/(.*)\.git$/), owner = _a[2], repo = _a[3]; | ||
return { owner: owner, repo: repo }; | ||
@@ -96,0 +96,0 @@ }; |
@@ -114,4 +114,4 @@ "use strict"; | ||
color: status, | ||
title: "", | ||
title_link: "", | ||
title: this.getTitle(), | ||
title_link: this.getTitleLink(), | ||
text: "The _" + buildType + "_ build for `" + buildBranch + "` branch " + statusMessage, | ||
@@ -118,0 +118,0 @@ fields: this.getFields(messages), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107867