Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fixed Jira integration for lumen nightly

  • Loading branch information
mahmoud-adam85 committed Apr 12, 2019
1 parent 7927a00 commit 97836ac16caec2794aa8466b25b50dc604c6ce08
Showing with 1 addition and 1 deletion.
  1. +1 −1 LumenJenkinsfile.nightly
@@ -192,7 +192,7 @@ def getChangeString(passedBuilds) {
def getIssueList(){
def list = []
def changes = getChangeString(passedBuilds)
def re = /IB2-([0-9])*/
def re = /IP-([0-9])*/
def y = changes =~ re
while (y){
list.add(y.group().toString())

0 comments on commit 97836ac

Please sign in to comment.