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 MoreA Helm Repo that's in https://github.com/codecentric/helm-charts has a corresponding repo URL. Add it as follows: 1user@example:~$ helm repo add codecentric https://codecentric.github.io/helm-charts 2"codecentric" has been added to your repositories
Read MoreIf you have more than one cluster as illustrated in https://ismael.casimpan.com/quicktasks-k8s/list-nodes-in-kubernetes/, you can change it using command: 1kubectl config use-context <cluster_name_here> Use this command to verify the change: 1kubectl config get-contexts
Read More