forked from opensearch-project/opensearch-build-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetManifestSHA_Jenkinsfile_exists.txt
27 lines (27 loc) · 2.34 KB
/
GetManifestSHA_Jenkinsfile_exists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
GetManifestSHA_Jenkinsfile.run()
GetManifestSHA_Jenkinsfile.pipeline(groovy.lang.Closure)
GetManifestSHA_Jenkinsfile.echo(Executing on agent [label:none])
GetManifestSHA_Jenkinsfile.stage(manifest SHA, groovy.lang.Closure)
GetManifestSHA_Jenkinsfile.script(groovy.lang.Closure)
GetManifestSHA_Jenkinsfile.getManifestSHA({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64})
getManifestSHA.buildManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, lock=true})
buildManifest.sh(./build.sh tests/data/opensearch-1.3.0.yml -p linux -a x64 --lock)
getManifestSHA.sha1(tests/data/opensearch-1.3.0.yml.lock)
getManifestSHA.echo(Manifest SHA: sha1)
getManifestSHA.legacySCM(groovy.lang.Closure)
getManifestSHA.library({identifier=jenkins@main, retriever=null})
getManifestSHA.readYaml({file=tests/data/opensearch-1.3.0.yml.lock})
InputManifest.asBoolean()
InputManifest.getSHAsRoot(get-manifest-sha-build)
getManifestSHA.echo(Manifest lock: tests/data/opensearch-1.3.0.yml.lock)
getManifestSHA.echo(Manifest SHA path: get-manifest-sha-build/1.3.0/shas/sha1.yml)
getManifestSHA.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC})
getManifestSHA.string({credentialsId=jenkins-artifact-bucket-name, variable=ARTIFACT_BUCKET_NAME})
getManifestSHA.withCredentials([AWS_ACCOUNT_PUBLIC, ARTIFACT_BUCKET_NAME], groovy.lang.Closure)
getManifestSHA.withAWS({role=opensearch-bundle, roleAccount=AWS_ACCOUNT_PUBLIC, duration=900, roleSessionName=jenkins-session}, groovy.lang.Closure)
getManifestSHA.s3DoesObjectExist({bucket=ARTIFACT_BUCKET_NAME, path=get-manifest-sha-build/1.3.0/shas/sha1.yml})
getManifestSHA.echo(Manifest SHA exists: true)
GetManifestSHA_Jenkinsfile.echo(sha: sha1)
GetManifestSHA_Jenkinsfile.echo(exists: true)
GetManifestSHA_Jenkinsfile.echo(lock: tests/data/opensearch-1.3.0.yml.lock)
GetManifestSHA_Jenkinsfile.echo(path: get-manifest-sha-build/1.3.0/shas/sha1.yml)