0 votes
in DevOps by
How you will run Jenkins job from command line?

1 Answer

0 votes
by

We have a Jenkins CLI from there we need to use the curl command

curl -X POST -u YOUR_USER:YOUR_USER_PASSWORD http://YOUR_JENKINS_URL/job/YOUR_JOB/build

...