Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 7, 2024
1 parent ef3fed0 commit 95aa91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jenkins/ComponentBuildStatus.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class ComponentBuildStatus {
]
]
def query = JsonOutput.toJson(queryMap)
this.script.println(query)
return query.replace('"', '\\"')
}

Expand Down Expand Up @@ -128,7 +129,6 @@ class ComponentBuildStatus {
]
]
def query = JsonOutput.toJson(queryMap)
this.script.println(query.replace('"', '\\"'))
return query.replace('"', '\\"')
}

Expand Down

0 comments on commit 95aa91e

Please sign in to comment.