Skip to content

Commit

Permalink
Use the build RC_NUMBER value for integration test build. (#4877)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jul 23, 2024
1 parent 2d15859 commit bf7b6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ def triggerIntegrationTests(String buildManifestUrl, String buildManifestUrlOpen
parameters: [
string(name: 'TEST_MANIFEST', value: TEST_MANIFEST),
string(name: 'BUILD_MANIFEST_URL', value: buildManifestUrl),
string(name: 'RC_NUMBER', value: RC_NUMBER),
string(name: 'BUILD_MANIFEST_URL_OPENSEARCH', value: buildManifestUrlOpenSearch),
booleanParam(name: 'UPDATE_GITHUB_ISSUES', value: true)
]
Expand Down
1 change: 1 addition & 0 deletions jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ def triggerIntegrationTests(String buildManifestUrl) {
parameters: [
string(name: 'TEST_MANIFEST', value: TEST_MANIFEST),
string(name: 'BUILD_MANIFEST_URL', value: buildManifestUrl),
string(name: 'RC_NUMBER', value: RC_NUMBER),
booleanParam(name: 'UPDATE_GITHUB_ISSUES', value: true)
]
}
Expand Down

0 comments on commit bf7b6ab

Please sign in to comment.