1# Format: //devtools/kokoro/config/proto/build.proto 2 3# Build logs will be here 4action { 5 define_artifacts { 6 regex: "**/*sponge_log.xml" 7 regex: "**/*sponge_log.txt" 8 } 9} 10 11# Download trampoline resources. 12gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 13 14# Use the trampoline script to run in docker. 15build_file: "google-auth-library-java/.kokoro/trampoline.sh" 16 17env_vars: { 18 key: "TRAMPOLINE_BUILD_FILE" 19 value: "github/google-auth-library-java/.kokoro/build.sh" 20} 21 22env_vars: { 23 key: "JOB_TYPE" 24 value: "test" 25} 26