File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ steps :
2
+ - name : gcr.io/cloud-devrel-public-resources/java8
3
+ entrypoint : ls
4
+ args : [
5
+ ' -alt' ,
6
+ ]
7
+ - name : gcr.io/cloud-devrel-public-resources/java8
8
+ entrypoint : curl
9
+ args : [
10
+ ' --header' ,
11
+ ' Metadata-Flavor: Google' ,
12
+ ' http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/email'
13
+ ]
14
+ - name : gcr.io/cloud-devrel-public-resources/java8
15
+ entrypoint : pwd
16
+ - name : gcr.io/cloud-devrel-public-resources/java8
17
+ entrypoint : bash
18
+ args : [
19
+ ' .kokoro/build.sh'
20
+ ]
21
+ env :
22
+ - ' JOB_TYPE=samples'
23
+ - ' GOOGLE_CLOUD_PROJECT=cloud-java-ci-sample'
24
+ - name : gcr.io/cloud-devrel-public-resources/java8
25
+ entrypoint : echo
26
+ args : [
27
+ ' Sample job succeeded' ,
28
+ ]
29
+ timeout : 3600s
30
+ options :
31
+ defaultLogsBucketBehavior : REGIONAL_USER_OWNED_BUCKET
32
+
You can’t perform that action at this time.
0 commit comments