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}'
A Technical I.T./DevOps Blog
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}'