Skip to content

Commit

Permalink
Revert "Add gradle-check test results publishing script to post stage" (
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh6788 authored Mar 21, 2024
1 parent 70ac52b commit 53bbdad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* compatible open source license.
*/

lib = library(identifier: 'jenkins@6.4.0', retriever: modernSCM([
lib = library(identifier: 'jenkins@5.3.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand Down Expand Up @@ -147,7 +147,6 @@ pipeline {
junit allowEmptyResults: true, testResults: '**/build/test-results/**/*.xml'
archiveArtifacts artifacts: 'codeCoverage.xml', onlyIfSuccessful: true
script {
publishGradleCheckTestResults(prNumber: "${pr_number}", prDescription: "${pr_title}")
sh("rm -rf *")
postCleanup()
}
Expand Down

0 comments on commit 53bbdad

Please sign in to comment.