Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aba4b11

Browse filesBrowse files
author
Takashi Matsuo
committed
pass down Kokoro dynamic variables
1 parent 0b2cdb0 commit aba4b11
Copy full SHA for aba4b11

File tree

Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed

‎.kokoro/trampoline_v2.sh

Copy file name to clipboardExpand all lines: .kokoro/trampoline_v2.sh
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,14 @@ required_envvars=(
148148
)
149149

150150
pass_down_envvars=(
151-
# Default empty list.
151+
# KOKORO dynamic variables.
152+
"KOKORO_BUILD_NUMBER"
153+
"KOKORO_BUILD_ID"
154+
"KOKORO_JOB_NAME"
155+
"KOKORO_GIT_COMMIT"
156+
"KOKORO_GITHUB_COMMIT"
157+
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
158+
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
152159
)
153160

154161
if [[ -f "${PROJECT_ROOT}/.trampolinerc" ]]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.