Skip to content

Commit

Permalink
update bwc as well
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <tianleh@amazon.com>
  • Loading branch information
tianleh committed Apr 22, 2022
1 parent ebb54d8 commit 12baed2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jenkins/opensearch-dashboards/bwc-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ pipeline {
post {
always {
script {
String jobNameToUploadResult = currentBuild.upstreamBuilds ? currentBuild.upstreamBuilds[0].fullProjectName : JOB_NAME

uploadTestResults(
buildManifestFileName: BUILD_MANIFEST,
jobName: JOB_NAME,
jobName: jobNameToUploadResult,
buildNumber: BUILD_ID
)
}
Expand Down
4 changes: 3 additions & 1 deletion jenkins/opensearch/bwc-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ pipeline {
post {
always {
script {
String jobNameToUploadResult = currentBuild.upstreamBuilds ? currentBuild.upstreamBuilds[0].fullProjectName : JOB_NAME

uploadTestResults(
buildManifestFileName: BUILD_MANIFEST,
jobName: JOB_NAME,
jobName: jobNameToUploadResult,
buildNumber: BUILD_ID
)
}
Expand Down

0 comments on commit 12baed2

Please sign in to comment.