Skip to content

Commit

Permalink
ummmm
Browse files Browse the repository at this point in the history
Signed-off-by: Darin Pope <[email protected]>
  • Loading branch information
darinpope committed Nov 1, 2021
1 parent 3c8ce46 commit d017003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/jiraProcessChangeLogItems.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def call(Map config=[:]) {
//publishEvent(jsonEvent('{"foo":"bar"}'))
break;
case {it == ["Selected for Development","In Progress"]}
def component = currentBuild.getBuildCauses()[0]?.event?.issue?.fields?.components[0]?.name
def fixVersion = currentBuild.getBuildCauses()[0]?.event?.issue?.fields?.fixVersions[0]?.name
//def component = currentBuild.getBuildCauses()[0]?.event?.issue?.fields?.components[0]?.name
//def fixVersion = currentBuild.getBuildCauses()[0]?.event?.issue?.fields?.fixVersions[0]?.name
//def m = [
// event: "deploy-to-stage",
// component: component,
Expand Down

0 comments on commit d017003

Please sign in to comment.