Manage Jenkins > Configure Global Security In "Authorization", change to "Logged-in users can do anything" but uncheck "Allow anonymous read access"
Read MorePersonally, I'd like to use other's work as much as possible in its original state. With ansible roles, authors usually name their repos as 'ansible-role-java' but internally, it's something like 'geerlingguy.java' which is what they put in dependencies. Now, if you simply clone as is, you will need to change the …
Read More1example@user:/opt/ansible-playbooks$ cat vars/jenkins.yml 2## Search names from https://plugins.jenkins.io/ 3jenkins_plugins: 4- git 5- hipchat 6- log-parser 7- mask-passwords 8- ssh-agent 9- ssh
Read MoreManage Jenkins > Configure System > E-mail Notification Input your gmail address (also works for Domains with gmail backends) Check "Use SSL" SMTP Port 465 Then, you should receive an email to confirm. Configure and allow sending.
Read More