@twexchangesolutions/hubot-jira-deployment
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -108,3 +108,3 @@ 'use strict'; | ||
options.res.send('Link: ' + options.environmentVariables.HUBOT_JIRA_PROTOCOL + '://' + (options.environmentVariables.HUBOT_JIRA_HOST + '/browse/') + ('' + options.regexGroups.deploymentTaskNumber)); | ||
options.res.send('Link: ' + (options.environmentVariables.HUBOT_JIRA_PROTOCOL || 'http') + '://' + (options.environmentVariables.HUBOT_JIRA_HOST + '/browse/') + ('' + options.regexGroups.deploymentTaskNumber)); | ||
@@ -111,0 +111,0 @@ return _context3.abrupt('return', { |
{ | ||
"name": "@twexchangesolutions/hubot-jira-deployment", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Hook used to ensure that all issues being deployed to production meet audit requirements", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
129072