artifact-engine
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -10,3 +10,3 @@ "use strict"; | ||
hostType: hostType, | ||
definitionName: isReleaseHost ? tl.getVariable('RELEASE.DEFINITIONNAME') : tl.getVariable('BUILD.DEFINITIONNAME'), | ||
definitionName: '[NonEmail:' + (isReleaseHost ? tl.getVariable('RELEASE.DEFINITIONNAME') : tl.getVariable('BUILD.DEFINITIONNAME')) + ']', | ||
processId: isReleaseHost ? tl.getVariable('RELEASE.RELEASEID') : tl.getVariable('BUILD.BUILDID'), | ||
@@ -17,2 +17,4 @@ processUrl: isReleaseHost ? tl.getVariable('RELEASE.RELEASEWEBURL') : (tl.getVariable('SYSTEM.TEAMFOUNDATIONSERVERURI') + tl.getVariable('SYSTEM.TEAMPROJECT') + '/_build?buildId=' + tl.getVariable('BUILD.BUILDID')), | ||
agentVersion: tl.getVariable('AGENT.VERSION'), | ||
agentOS: tl.getVariable('AGENT.OS'), | ||
agentName: tl.getVariable('AGENT.NAME'), | ||
version: packagejson.version | ||
@@ -19,0 +21,0 @@ }; |
{ | ||
"name": "artifact-engine", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "Artifact Engine to download artifacts from jenkins, teamcity, vsts", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
158108
2210