MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

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