@twexchangesolutions/hubot-jira-deployment
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -105,3 +105,3 @@ 'use strict'; | ||
function parseDeploymentFieldString(stringToParse) { | ||
var regexResult = stringToParse.match(/\s*\[\s*([^\|]*?)\s*\|\s*([^\|]*?)\s*\]\s+\[\s*([^\|]*?)\s*\|\s*([^\|]*?)\s*\]\s*/i); | ||
var regexResult = stringToParse.match(/\s*\[\s*([^\|]+?)\s*\|\s*([^\|\s]+?)\s*\]\s+\[\s*([^\|]+?)\s*\|\s*([^\|\s]+?)\s*\]\s*/i); | ||
if (regexResult) { | ||
@@ -108,0 +108,0 @@ var _regexResult = _slicedToArray(regexResult, 5); |
{ | ||
"name": "@twexchangesolutions/hubot-jira-deployment", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Hook used to ensure that all issues being deployed to production meet audit requirements", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
58716