From 2df55ca4fe500387dcb8df4a2ab40f21a765ccad Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Thu, 12 Dec 2024 14:25:36 -0800 Subject: [PATCH] Update param Signed-off-by: Zelin Hao --- vars/runSmokeTestScript.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/runSmokeTestScript.groovy b/vars/runSmokeTestScript.groovy index a628c003..54fb9570 100644 --- a/vars/runSmokeTestScript.groovy +++ b/vars/runSmokeTestScript.groovy @@ -12,8 +12,8 @@ * @param args A map of the following parameters * @param args.testManifest Test manifest file location * @param args.buildManifest Build manifest file location - * @param args.jobName Job name that triggered the workflow. 'distribution-build-opensearh' by default. * @param args.buildId Build ID of the distribution artifacts + * @param args.jobName Job name that triggered the workflow. 'distribution-build-opensearh' by default. */ void call(Map args = [:]) { String jobName = args.jobName ?: 'distribution-build-opensearch'