Skip to content

Commit

Permalink
Read file contents
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Jun 27, 2024
1 parent aba056d commit cbc36e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/opensearch/benchmark-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ parameters {
post {
always {
unstash "benchmark"
script {
def fileContent = readFile('test_execution_${BUILD_NUMBER}.json')
echo "${fileContent}"
}
archiveArtifacts artifacts: 'test_execution*.*'
postCleanup()
}
Expand Down

0 comments on commit cbc36e6

Please sign in to comment.