Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Nov 21, 2024
1 parent 871de2f commit 049f421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/opensearch/smoke-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ pipeline {
buildManifest: "$BUILD_MANIFEST",
testManifest: "manifests/${TEST_MANIFEST}",
localPath: "${WORKSPACE}/${distribution}",
switchUserNonRoot: "${switch_user_non_root}"
switchUserNonRoot: "${switch_user_non_root}",
buildId: "${WORKSPACE}/${buildId}"
)
}
} catch (e) {
Expand Down

0 comments on commit 049f421

Please sign in to comment.