File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,28 @@ steps:
20
20
# Wait for Gradle Wrapper to be validated before running any other jobs
21
21
- wait
22
22
23
+ - label : Print some debug values (staging AMI)
24
+ command : &debug_cmds |
25
+ echo "--- jenv info"
26
+ jenv versions
27
+ jenv version
28
+ echo "--- java version"
29
+ java -version
30
+ echo "--- env"
31
+ env
32
+ echo "--- SDK dir listing"
33
+ echo "~~~ ANDROID_SDK_ROOT : $${ANDROID_SDK_ROOT}"
34
+ ls -laF $${ANDROID_SDK_ROOT}
35
+ echo "~~~ cmdline-tools"
36
+ ls -laF $${ANDROID_SDK_ROOT}/cmdline-tools
37
+ echo "--- sdkmanager installed packages"
38
+ sdkmanager --list_installed
39
+
40
+ - label : Print some debug values (official AMI)
41
+ agents :
42
+ queue : " android"
43
+ command : *debug_cmds
44
+
23
45
# #######################################
24
46
- group : " 🕵️ Linters"
25
47
steps :
You can’t perform that action at this time.
0 commit comments