Skip to content

Commit

Permalink
Merge "Store link for Jenkins build logs in CI version metadata"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed May 19, 2017
2 parents e7c51c1 + 74f0544 commit 933e09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/oooq/roles/oooq-metadata/templates/version.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"osp_series": "{{series}}",
"osp_version": "{{version}}",
"dlrn_hash": "{{dlrn_hash}}",
"logs_link": "{{logs_link}}",
"rhos_puddle": "{{rhos_puddle}}",
"osp_deployment_installer": "oooq",
"build": "{{build.stdout}}",
Expand Down
1 change: 1 addition & 0 deletions ansible/oooq/roles/oooq-metadata/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dlrn_hash: "Not a pipeline build"
rhos_puddle: "Not a pipeline build"
logs_link: "https://thirdparty-logs.rdoproject.org/{{ lookup('env','JOB_NAME') }}-{{ lookup('env','BUILD_NUMBER') }}/"

0 comments on commit 933e09e

Please sign in to comment.