forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRunIntegTestScript_Jenkinsfile.txt
17 lines (17 loc) · 1.59 KB
/
RunIntegTestScript_Jenkinsfile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
RunIntegTestScript_Jenkinsfile.run()
RunIntegTestScript_Jenkinsfile.pipeline(groovy.lang.Closure)
RunIntegTestScript_Jenkinsfile.echo(Executing on agent [label:none])
RunIntegTestScript_Jenkinsfile.stage(integ-test, groovy.lang.Closure)
RunIntegTestScript_Jenkinsfile.script(groovy.lang.Closure)
RunIntegTestScript_Jenkinsfile.runIntegTestScript({jobName=dummy_job, componentName=OpenSearch, buildManifest=tests/jenkins/data/opensearch-1.3.0-build.yml, testManifest=tests/jenkins/data/opensearch-1.3.0-test.yml})
runIntegTestScript.legacySCM(groovy.lang.Closure)
runIntegTestScript.library({identifier=jenkins@20211123, retriever=null})
runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-1.3.0-build.yml})
BuildManifest.asBoolean()
runIntegTestScript.echo(Build Id: 717)
BuildManifest.getArtifactRootUrl(dummy_job, 717)
runIntegTestScript.echo(Artifact root URL: https://ci.opensearch.org/ci/dbc/dummy_job/1.3.0/717/linux/x64/tar)
runIntegTestScript.echo(No localPath found, download from url)
runIntegTestScript.echo(Paths: opensearch=https://ci.opensearch.org/ci/dbc/dummy_job/1.3.0/717/linux/x64/tar)
runIntegTestScript.echo(Component: OpenSearch)
runIntegTestScript.sh(./test.sh integ-test tests/jenkins/data/opensearch-1.3.0-test.yml --component OpenSearch --test-run-id null --paths opensearch=https://ci.opensearch.org/ci/dbc/dummy_job/1.3.0/717/linux/x64/tar)