Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to execute grovvy script remotely on Jenkins server?

A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/. curl example via bash curl submitting groovy file via bash curl submitting groovy file providing username and password via bash Jenkins CLI offers the possibility to execute groovy scripts remotely using groovy command or execute groovy … Read more

Configuring NFS to access the files from remote Linux machine as a mount point

I have a 2Tb of storage on a linux box, and i want to use that storage as a mount point from another machine. As a root user on the remote machine, specify the mount point details $cat /etc/exports /scratch *(rw) /fusionapps *(rw,no_root_squash) And restart the NFS sudo /etc/rc.d/init.d/nfs restart (All services should be in  running … Read more

How to Trigger builds remotely in Jenkins? | Jenkins Tutorials | scmGalaxy

trigger-builds-remotely-in-jenkins

How to Trigger builds remotely in Jenkins? 1. Create a user – You need to create a user in jenkins using you would like to trigger a jenkins jobs from remote loction or script How to create users in Jenkins? Manage Jenkins –> Manage Users –> Create User 2. Assign a right privillage to the … Read more