summaryrefslogtreecommitdiff
path: root/jenkins_kernel_ci_bundle
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-23 12:10:51 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-23 12:10:51 +0000
commit661e8bbdfceb8f6b0568812172c28effb36bdd85 (patch)
tree172e7ab07e094f4a70a7347aef3cab454f16ee1c /jenkins_kernel_ci_bundle
parent6fa81c2925e3c7a2dae7487c70a8e83b7dd11d2f (diff)
Moving git web url to appropriate section in the build result metadata
Diffstat (limited to 'jenkins_kernel_ci_bundle')
-rwxr-xr-xjenkins_kernel_ci_bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_kernel_ci_bundle b/jenkins_kernel_ci_bundle
index 4d4d078..618ceb5 100755
--- a/jenkins_kernel_ci_bundle
+++ b/jenkins_kernel_ci_bundle
@@ -29,8 +29,8 @@ bundle = {
"kernel.git_branch_name": os.getenv('KERNEL_BRANCH', 'unknown'),
"kernel.git_describe_info": os.getenv('KERNEL_VERSION','unknown'),
"build.id": os.getenv('BUILD_ID', 'unknown'),
- "kernel.build_url": os.getenv('KERNEL_BUILD_URL', 'unknown')
"kernel.gitweb_url": os.getenv('GIT_WEB_URL', 'unknown'),
+ "kernel.build_url": os.getenv('KERNEL_BUILD_URL', 'unknown')
},
"software_context": {
"image": {