Skip to content

Commit

Permalink
Addressing PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Himanshu Setia <setiah@amazon.com>
  • Loading branch information
Himanshu Setia committed Sep 17, 2021
1 parent 23994a6 commit ace3a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bundle-workflow/jenkins_workflow/test/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- [Tests Jenkins Job](#tests-jenkins-job)
- [Job Parameters](#job-parameters)
- [Orchestrator](#orchestrator)
- [Input Parameters](#input-parameters)
- [Testsuite](#testsuite)
- [Input Parameters](#input-parameters)

### Orchestrator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipeline {
}
}
steps {
sh "./bundle-workflow/test.sh ${env.JOB_NAME} --s3-bucket ${ARTIFACT_BUCKET_NAME} --opensearch-version ${opensearch_version} --build-id ${build_id} --architecture ${architecture} --test-run-id ${test_run_id}"
sh "./bundle-workflow/test.sh ${JOB_NAME} --s3-bucket ${ARTIFACT_BUCKET_NAME} --opensearch-version ${opensearch_version} --build-id ${build_id} --architecture ${architecture} --test-run-id ${test_run_id}"
}
post() {
always {
Expand Down

0 comments on commit ace3a2e

Please sign in to comment.