summaryrefslogtreecommitdiff
path: root/jenkins_kernel_ci_bundle
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-09-27 06:09:40 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-09-27 06:09:40 +0000
commitd5cc1a237aa053cec33d65d84d5e894846b84f83 (patch)
tree7837ab074b19ed9c68906f22fb2e9b4c39a7bf7a /jenkins_kernel_ci_bundle
parent87d2884383fd3f97f999457b045ae6cebea3db72 (diff)
Addressing the new field req of bug 860022
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 4f70d3d..8844195 100755
--- a/jenkins_kernel_ci_bundle
+++ b/jenkins_kernel_ci_bundle
@@ -27,6 +27,7 @@ bundle = {
"kernel.config": os.getenv('KERNEL_CONFIG', 'unknown'),
"kernel.build_url": os.getenv('KERNEL_BUILD_URL', 'unknown'),
"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')
},
"software_context": {