• 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/unix.sh"
5timeout_mins: 45
6
7# We always build mvn artifacts.
8action {
9  define_artifacts {
10    regex: ["**/mvn-artifacts/**"]
11  }
12}
13