Problem scenario
You inherited a Jenkins server running on Debian or Ubuntu Linux. You want to know what version of Jenkins you have. What do you do?
Solution
Run this command: dpkg -l | grep -i jenkins | awk ‘{print $3}’
…
Continue reading “How Do You Find the Version of Jenkins That is Installed on Debian/Ubuntu Linux?”