1 # Config file for internal CI 2 3 # Location of the continuous shell script in repository. 4 build_file: "grpc-java/buildscripts/kokoro/windows.bat" 5 timeout_mins: 45 6 7 # We always build mvn artifacts. 8 action { 9 define_artifacts { 10 regex: ["**/build/test-results/**/*.xml", "**/mvn-artifacts/**"] 11 } 12 } 13