xref: /aosp_15_r20/external/google-auth-library-java/.kokoro/release/publish_javadoc11.cfg (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1*af546375SCole Faust# Format: //devtools/kokoro/config/proto/build.proto
2*af546375SCole Faust
3*af546375SCole Faust# cloud-rad production
4*af546375SCole Faustenv_vars: {
5*af546375SCole Faust  key: "STAGING_BUCKET_V2"
6*af546375SCole Faust  value: "docs-staging-v2"
7*af546375SCole Faust}
8*af546375SCole Faust
9*af546375SCole Faust# Configure the docker image for kokoro-trampoline
10*af546375SCole Faustenv_vars: {
11*af546375SCole Faust  key: "TRAMPOLINE_IMAGE"
12*af546375SCole Faust  value: "gcr.io/cloud-devrel-kokoro-resources/java11"
13*af546375SCole Faust}
14*af546375SCole Faust
15*af546375SCole Faustenv_vars: {
16*af546375SCole Faust  key: "TRAMPOLINE_BUILD_FILE"
17*af546375SCole Faust  value: "github/google-auth-library-java/.kokoro/release/publish_javadoc11.sh"
18*af546375SCole Faust}
19*af546375SCole Faust
20*af546375SCole Faustbefore_action {
21*af546375SCole Faust  fetch_keystore {
22*af546375SCole Faust    keystore_resource {
23*af546375SCole Faust      keystore_config_id: 73713
24*af546375SCole Faust      keyname: "docuploader_service_account"
25*af546375SCole Faust    }
26*af546375SCole Faust  }
27*af546375SCole Faust}
28*af546375SCole Faust
29*af546375SCole Faust# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
30*af546375SCole Faustgfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"
31