Merge "Store link for Jenkins build logs in CI version metadata"

This commit is contained in:
Jenkins 2017-05-19 17:47:06 +00:00 committed by Gerrit Code Review
commit 933e09e679
2 changed files with 2 additions and 0 deletions

View File

@ -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}}",

View File

@ -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') }}/"