Skip to content

Commit

Permalink
Update param
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Dec 12, 2024
1 parent 0b52cc3 commit 2df55ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/runSmokeTestScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* @param args A map of the following parameters
* @param args.testManifest <required> Test manifest file location
* @param args.buildManifest <required> Build manifest file location
* @param args.jobName <optional> Job name that triggered the workflow. 'distribution-build-opensearh' by default.
* @param args.buildId <required> Build ID of the distribution artifacts
* @param args.jobName <optional> Job name that triggered the workflow. 'distribution-build-opensearh' by default.
*/
void call(Map args = [:]) {
String jobName = args.jobName ?: 'distribution-build-opensearch'
Expand Down

0 comments on commit 2df55ca

Please sign in to comment.