Skip to content

Commit

Permalink
Gradle check bug replace pr_title with pullRequestTitle (#4710)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi committed May 15, 2024
1 parent 04ee06e commit 3fbbe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pipeline {
pullRequest = "${pr_number}"
pullRequestTitle = "${pr_title}"
}
publishGradleCheckTestResults(prNumber: "${pullRequest}" , prDescription: "${pr_title}", invokeType: "${invokedBy}")
publishGradleCheckTestResults(prNumber: "${pullRequest}" , prDescription: "${pullRequestTitle}", invokeType: "${invokedBy}")
sh("rm -rf *")
postCleanup()
}
Expand Down

0 comments on commit 3fbbe78

Please sign in to comment.