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

Related questions

0 votes
asked Nov 30, 2023 in Linux by JackTerrance
0 votes
asked Dec 1, 2019 in DevOps by SakshiSharma
...