Skip to content

Commit

Permalink
EDPC-2542 Fix PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL committed Sep 19, 2024
1 parent e2ce6f8 commit ff78bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/ods/orchestration/usecase/JiraUseCase.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ class JiraUseCase {
}
}

@NonCPS
String buildSecurityVulnerabilityIssueDescription(Map vulnerability, String gitUrl, String gitBranch,
String repoName, String nexusReportLink) {
StringBuilder message = new StringBuilder()
Expand Down Expand Up @@ -592,6 +593,7 @@ class JiraUseCase {
"transitions. Please check the Issue workflow to detect potential loops.")
}

@NonCPS
String getJiraComponentId(def repo) {
return repo.data?.openshift?.jiraComponentId
}
Expand Down

0 comments on commit ff78bb2

Please sign in to comment.