We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b6598 commit 4698fbcCopy full SHA for 4698fbc
kokoro/gcp_ubuntu/continuous.cfg
@@ -4,4 +4,11 @@
4
5
# Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>.
6
# github_scm.name is specified in the job configuration (next section).
7
-build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"
+build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"
8
+
9
+action {
10
+ define_artifacts {
11
+ regex: "bazel-bin/testdpc.apk"
12
+ strip_prefix: "bazel-bin/"
13
+ }
14
+}
0 commit comments