Issue
I recently started a new job and they use Jenkins (which I have used before).
I am used to seeing an Environment Variables button when you look at a build in the UI, however it appears to be missing.
Does anyone know how I can get that button to appear?
Environment variables are being set as I can do a printenv | sort
and see all the parameters that are being set and the default Jenkins environment variables.
I haven't been able to find anything online that is similar to this issue.
Current Jenkins Version: 2.190.1
Solution
The Environment Variables link is available in Freestyle projects. If yours is a Pipeline project, you will not see it.
Answered By - Dibakar Aditya
Answer Checked By - Clifford M. (JavaFixing Volunteer)