summaryrefslogtreecommitdiff
path: root/jenkins_kernel_ci_bundle
diff options
context:
space:
mode:
authorDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-23 11:25:07 +0000
committerDeepti B. Kalakeri <deepti.kalakeri@linaro.org>2011-12-23 11:25:07 +0000
commit6fa81c2925e3c7a2dae7487c70a8e83b7dd11d2f (patch)
tree33e4178effe5b09513466819e192a7c127c202cc /jenkins_kernel_ci_bundle
parente3eb539fe9b31471f01d97007cb62540e53e0cf1 (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 3d20439..4d4d078 100755
--- a/jenkins_kernel_ci_bundle
+++ b/jenkins_kernel_ci_bundle
@@ -30,6 +30,7 @@ bundle = {
"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'),
},
"software_context": {
"image": {
@@ -39,7 +40,6 @@ 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
} ]