Skip to content

Commit

Permalink
Add parameters list
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 4752854 commit 0b52cc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jacocoTestReport {
}
}

String version = '8.0.1'
String version = '8.1.0'

task updateVersion {
doLast {
Expand Down
9 changes: 9 additions & 0 deletions vars/runSmokeTestScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/**@
* Contains logic to execute the smoke test workflow
*
* @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
*/
void call(Map args = [:]) {
String jobName = args.jobName ?: 'distribution-build-opensearch'
lib = library(identifier: 'jenkins@main', retriever: legacySCM(scm))
Expand Down

0 comments on commit 0b52cc3

Please sign in to comment.