summaryrefslogtreecommitdiff
path: root/jenkins_kernel_ci_bundle
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-22 13:30:40 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-22 13:30:40 +0000
commite3eb539fe9b31471f01d97007cb62540e53e0cf1 (patch)
tree36efcbe98da8ddf8f2938acfccc6c99c8f995407 /jenkins_kernel_ci_bundle
parent3cc2e74c2ab4bdddf8cc17ea09212cf57e1df809 (diff)
parent54dddaf17f25d3f55069c8e814f44bda82ae5236 (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
} ]