summaryrefslogtreecommitdiff
path: root/jenkins_kernel_ci_bundle
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-20 09:46:57 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-20 09:46:57 +0000
commit54dddaf17f25d3f55069c8e814f44bda82ae5236 (patch)
treeae9b4bbeb88bc8447d8d69ca5641643941f8c8f0 /jenkins_kernel_ci_bundle
parentb27836a5d793bee7d8820b8cc9905c1c9cc6acf3 (diff)
Adding git web url as part of the build and test result metadata
Diffstat (limited to 'jenkins_kernel_ci_bundle')
-rwxr-xr-xjenkins_kernel_ci_bundle1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins_kernel_ci_bundle b/jenkins_kernel_ci_bundle
index cad0b3b..3d20439 100755
--- a/jenkins_kernel_ci_bundle
+++ b/jenkins_kernel_ci_bundle
@@ -39,6 +39,7 @@ bundle = {
"project_name": "Linux Linaro",
"branch_vcs": "git",
"branch_url": os.getenv('KERNEL_GIT', 'git://git.linaro.org/kernel/unknown'),
+ "gitweb_url": os.getenv('GIT_WEB_URL', 'unknown'),
"branch_revision": os.getenv('KERNEL_COMMIT', 'unknown'),
"commit_timestamp": commit_time
} ]