How to use variable thresholds instead of constants in build status thresholds in job configuration?
8 views
Skip to first unread message
esharish
unread,
Feb 18, 2017, 3:39:12 AM2/18/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Instead of hard coding the build status thresholds into Jenkins configuration, I want to use variable thresholds that either are read from a file or supplied as input parameters to job.
Does anyone know if there is a way to do this? I tried using injected variables as thresholds in warnings plugin and did not work.