Home | History | Annotate | Download | only in kokoro
      1 # Config file for internal CI
      2 
      3 # Location of the continuous shell script in repository.
      4 build_file: "grpc-java/buildscripts/kokoro/linux_artifacts.sh"
      5 timeout_mins: 60
      6 
      7 action {
      8   define_artifacts {
      9     regex: ["**/mvn-artifacts/**"]
     10   }
     11 }
     12