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