Unable to start jenkins on kodekloud lab environment

Use this category to discuss the doubts and questions about the Jenkins course on KodeKloud

Hi @rohitsingh080800,

Be sure to change the default port from 8080 to 8090 and reload the daemond before start jenkins

sudo systemctl daemon-reload
sudo systemctl start jenkins
udo systemctl status jenkins