For the continuous integration I am using Jenkins. I have installed a fresh Jenkins following Installing Jenkins on Ubuntu.
As:
wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
Restart the Jenkins server as $ sudo service jenkins restart.
And browse at localhost:8080.
I have signed up for administrator, and when I am going to log in the first time there is a error like this:
admin is missing the Overall/Read permission.
How do I fix it?