summaryrefslogtreecommitdiff
path: root/jenkins_kernel_ci_bundle
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-10-13 07:22:24 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-10-13 07:22:24 +0000
commit669f0aef4613fa7b137192b02569a099386e2cbb (patch)
treeff1dd8414e5a56b130fff4fbbd181d9cb909ae9d /jenkins_kernel_ci_bundle
parent4d34af82ea6ebd61bfce138b7bfa33a55a0e71b5 (diff)
Fixing bug 868073 and 868074
Diffstat (limited to 'jenkins_kernel_ci_bundle')
-rwxr-xr-xjenkins_kernel_ci_bundle4
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins_kernel_ci_bundle b/jenkins_kernel_ci_bundle
index 8844195..e1f89c6 100755
--- a/jenkins_kernel_ci_bundle
+++ b/jenkins_kernel_ci_bundle
@@ -24,11 +24,13 @@ bundle = {
"result": build_status
},],
"attributes": {
+ "kernel.name": os.getenv("KERNEL_NAME", "unknown"),
+ "kernel.git_log_info": os.getenv("GIT_LOG", "unknown"),
"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')
+ "kernel.build_url": os.getenv('KERNEL_BUILD_URL', 'unknown'),
},
"software_context": {
"image": {