Skip to content

Commit

Permalink
just the blob
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 526be8d commit ea5b8cf
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 @@ -17,7 +17,7 @@ def call(Map config=[:]) {
version: fixVersion
]
def json = new groovy.json.JsonBuilder()
json rootKey: m
json m
println json.toString()
//publishEvent(jsonEvent('{"foo":"bar"}'))
break;
Expand All @@ -30,7 +30,7 @@ def call(Map config=[:]) {
version: fixVersion
]
def json = new groovy.json.JsonBuilder()
json rootKey: m
json m
println json.toString()
//publishEvent(jsonEvent('{"foo":"bar"}'))
break;
Expand Down

0 comments on commit ea5b8cf

Please sign in to comment.