I m trying to set up two Jenkins servers without implementing the master slave model Is there any way to do this

0 votes
I'm trying to build a connection between two Jenkins jobs which are hosted on different servers to send parameters and to trigger a project between them. I'm aware that this can be done using the the master slave model, however, I want to know if there's any other way of establishing this connection.
Jun 27, 2018 in Jenkins by Tyrion anex
• 8,700 points
3,358 views

1 answer to this question.

0 votes

There is a parameterized remote trigger plugin for this purpose.

First install the plugin by following the below steps:

1. Jenkins dashboard

2. Go to manage jenkins

3. Manage plugins

4. Go to the available plugins

5. Search for Parameterized remote trigger (install this plugin)

once the plugin is installed:

1. go to configure system

2. parameterized remote trigger configuration

3. fill the parameters as per your requirements

4. Finally check the connection using 'validate address' button

To call a job on a remote server

1. Select a build called 'trigger remote parameterized job'

2. Fill in the remote server name, job name and other parameters

Once you run this job, it will trigger the job on a remote server.

answered Jun 27, 2018 by Sophie may
• 10,610 points

Related Questions In Jenkins

0 votes
1 answer

is there a way how to finish in-progress slave builds if Jenkins master goes offline

Hi@, You can assign your Jenkins Job to ...READ MORE

answered Jun 30, 2020 in Jenkins by MD
• 95,440 points
3,172 views
0 votes
1 answer
0 votes
1 answer
+1 vote
1 answer
+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,460 views
+1 vote
4 answers

Is there a way to change the Jenkins build number while building a job?

If you have access to the script ...READ MORE

answered May 7, 2019 in Jenkins by Atul
28,326 views
0 votes
1 answer

I’m facing a login error when I try to run Jenkins on Docker. How do I solve this?

You have to open the /var/log/jenkins/jenkins.log file to ...READ MORE

answered Jul 24, 2018 in Jenkins by Sophie may
• 10,610 points
3,286 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