How to run Jenkins job from remote system

0 votes

Hi Guys,

I have created Jobs in Jenkins. Now I want to run that Job from remote system. How can I do that?

May 13, 2020 in Jenkins by akhtar
• 38,230 points
2,576 views

1 answer to this question.

0 votes

Hi@akhtar,

You can run your job from remote system. For that you have to configure you job as follows.

  • Open your job and chick on configure.

  • In the Build Triggers section you can find Triggers Build remotely.

  • Now set one token for your job.

  • Now you can run your job from remote system, using the below url.

$ curl --user admin:pass jenkins_url/job/JOB_NO/build?token=token_no

Hope this will help you.

answered May 13, 2020 by MD
• 95,440 points

Related Questions In Jenkins

+2 votes
4 answers
0 votes
1 answer

How to run the Jenkins job using shell script ?

Check if this can help https://myopswork.com/when-shell-scripts-meets- ...READ MORE

answered Oct 19, 2020 in Jenkins by Kim
7,162 views
0 votes
1 answer

How to move Jenkins from one system to another?

Hi@MD, You can move your Jenkins server to ...READ MORE

answered Oct 24, 2020 in Jenkins by akhtar
• 38,230 points
3,959 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
1 answer

How to build one Job from Jenkins CLI?

Hi@akhtar, To build a job from Jenkins CLI, ...READ MORE

answered Jul 7, 2020 in Jenkins by MD
• 95,440 points
1,761 views
0 votes
1 answer

How to create one Job in Jenkins from CLI?

Hi@akhtar, You need to download the jenkins-cli.jar file ...READ MORE

answered Jul 7, 2020 in Jenkins by MD
• 95,440 points
3,437 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP