I installed a new Jenkins on a EC2 instance and copied the jobs directory from another Jenkins. However, Jenkins is not showing the projects on its website.
I use the directory: ./var/lib/jenkins/jobs
and I restart the Jenkins server using:
service jenkins restart
Also the "Reload Configuration from Disk" under "Manage Jenkins" is not working.
How can I make Jenkins to incorporate the jobs in the Jenkins jobs directory?