Hi,
My build jobs calculate the last version of the commit by the developer. There are four. These are calculated with git and rolled into 4 variables in the Bash/script area of Jenkins.
So, I would like to include those 4 variables in the custom output so my developers can see all the versions for all the containers.
What is the best practice way of doing this?
Thanks.