trigger-builds-remotely-in-jenkins

How to Trigger builds remotely in Jenkins? | Jenkins Tutorials

  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…

Read more »

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 [code] curl -d “script=<your_script_here>” https://jenkins/script # or…

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…

Read more »