Differentiate appearance (or text) of jobs triggered via the API based in build parameters

,

I have created a job in one of my projects.
I call this job from various places, using the API.
In the call I pass different parameters (to test different branches of the code).
But in the circleCI interface, all jobs appear completely the same:


In the screenshot, the two jobs were triggered with different parameters.
Is there any way to be able to modify what appears in the interface (for example with a predefined build parameter that would appear there? Then we could inject text in that one and have it appear in the interface)

That would be a nice feature request. There is an Ideas section on the main CircleCI site - would you add it there?

If you need this now, I don’t think it is possible in the standard CircleCI UI, but you could build your own dashboard using the API.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.