Add custom metaData from Jenkins job #330
Unanswered
peacetrader
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, currently we can add metaData into html report. In the below block, the release value or release build has to be called from another Jenkins job which has build number and that build number is the build tag in TEST environment. I would like to know if we can incorporate this into the html report rather than hardcoding it.
customData: {
title: 'Run info',
data: [
{label: 'Project', value: 'Custom project'},
{label: 'Release', value: '1.2.3'},
{label: 'Execution Start Time', value: 'Nov 19th 2017, 02:31 PM EST'},
{label: 'Execution End Time', value: 'Nov 19th 2017, 02:56 PM EST'}
]
}
Beta Was this translation helpful? Give feedback.
All reactions