{"id":21823,"date":"2015-06-29T12:35:53","date_gmt":"2015-06-29T07:05:53","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=21823"},"modified":"2015-06-29T14:30:08","modified_gmt":"2015-06-29T09:00:08","slug":"jenkins-parameterized-remote-trigger-plugin","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/","title":{"rendered":"Jenkins Parameterized Remote Trigger Plugin"},"content":{"rendered":"<p>At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin.<\/p>\n<p>Let&#8217;s see how we can\u00a0trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server.<\/p>\n<p><strong><span style=\"color: #ffa500\">Demonstration<\/span><\/strong><\/p>\n<p>Lets say we have two Jenkins server namely JenkinsOne and JenkinsTwo and we have a job name &#8220;TEST&#8221; on JenkinsTwo which we want to trigger from JenkinsOne.<\/p>\n<p>To achieve the above stated task, we need to download Parameterized Remote Trigger Plugin on JenkinsOne. You can do that by clicking on Manage Jenkins option and then choosing Manage Plugins, wherein you can search and download the desired plugin.<\/p>\n<p>Our JenkinsTwo server has password based access. So to trigger a job on it, first we need to log in to the server and then build the job. For this to happen from a remote server, we need to provide credentials to it. So before triggering a remote build on JenkinsOne, set the credentials by following the below mentioned steps.<\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 1:<\/strong><br \/>\n<span style=\"color: #000000\">Go to Manage Credentials option after choosing Manage Jenkins option on your console.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/23.png\" alt=\"2\" width=\"575\" height=\"313\" border=\"5\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 2:<\/strong><br \/>\n<span style=\"color: #000000\">After that, choose add domain option. As our JenkinsTwo is a remote server so we need to specify its host name here.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/33.png\" alt=\"3\" width=\"609\" height=\"357\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 3:<\/strong><br \/>\n<span style=\"color: #000000\">After this\u00a0specify the credentials so that we can log into JenkinsTwo. Since on the JenkinsTwo server we have password based authentication, we have to choose &#8220;Username with password&#8221; option as shown in the screenshot below.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/43.png\" alt=\"4\" width=\"627\" height=\"370\" \/><\/p>\n<p>Specify scope, username and password and save the changes.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/52.png\" alt=\"5\" width=\"803\" height=\"280\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/62.png\" alt=\"6\" width=\"632\" height=\"215\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 4:<\/strong><br \/>\n<span style=\"color: #000000\">Now go to Configure System option after selecting Manage Jenkins option. \u00a0Under Parameterized Remote Trigger Configuration, click on Add.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/83.png\" alt=\"8\" width=\"851\" height=\"226\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 5:<\/strong><br \/>\n<span style=\"color: #000000\">As soon as we click on Add, the Display name field will automatically show\u00a0already added remote Jenkins server which is JenkinsTwo. After checking the &#8220;Use the credentials Plugin&#8221; option, we can see the already provided credentials. Now to access the server, we need to provide JenkinsTwo\u00a0address and port number.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/93.png\" alt=\"9\" width=\"758\" height=\"290\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 6:<\/strong><br \/>\n<span style=\"color: #000000\">Now make a new job in JenkinsOne. Here we are making this as a parameterized job, since our &#8220;TEST&#8221; job on JenkinsTwo is parameterized.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/104.png\" alt=\"10\" width=\"657\" height=\"325\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 7:<\/strong><br \/>\n<span style=\"color: #000000\">Now under the Build section, choose &#8220;Trigger a remotely parameterized job&#8221; option in the drop down menu of &#8220;Add build step&#8221; option as shown below.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/113.png\" alt=\"11\" width=\"627\" height=\"324\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 8:<\/strong><br \/>\n<span style=\"color: #000000\">After doing that, we can choose our remote Jenkins server in &#8220;Select a remote host&#8221; field.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/121.png\" alt=\"12\" width=\"626\" height=\"311\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 9:<\/strong><br \/>\n<span style=\"color: #000000\">Type the name of the job which you want to build on remote jenkins server i.e. &#8220;TEST&#8221; job on JenkinsTwo server in our case. Specify the parameter i.e &#8220;NAME&#8221; required by the &#8220;TEST&#8221; job. Also, we need to use the value defined here in &#8220;name&#8221; parameter as shown below. Save your configuration changes.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/132.png\" alt=\"13\" width=\"772\" height=\"400\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 10:<\/strong><br \/>\n<span style=\"color: #000000\">The final step remaining is to Build the job.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/141.png\" alt=\"14\" width=\"698\" height=\"342\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 11:<\/strong><br \/>\n<span style=\"color: #000000\">After building the job, in the Console Output we can see that the job has been remotely built if all the configuration changes have been made correctly.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/151.png\" alt=\"15\" width=\"694\" height=\"331\" \/><\/p>\n<p><span style=\"color: #ffa500\"><strong>Step 12:<\/strong><br \/>\n<span style=\"color: #000000\">On our remote server \u00a0&#8220;JenkinsTwo&#8221;, if we can log in, we can verify that our job has been executed with the parameter&#8217;s value that was provided on JenkinsOne server and by the same user whose credentials we provided in the \u00a0initial steps.<\/span><\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"border: 1px groove #545565\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/16.png\" alt=\"16\" width=\"1362\" height=\"692\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let&#8217;s see how we can\u00a0trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we [&hellip;]<\/p>\n","protected":false},"author":204,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":115,"footnotes":""},"categories":[1174,1],"tags":[1682,1934,1930,1931],"class_list":["post-21823","post","type-post","status-publish","format-standard","hentry","category-aws-2","category-technology","tag-jenkins","tag-jenkins-remote-trigger-parameterized-build","tag-parametrized-plugin","tag-parametrized-remote"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let&#039;s see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Gunjan Sawhney\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let&#039;s see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let&#039;s see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#article\",\"name\":\"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog\",\"headline\":\"Jenkins Parameterized Remote Trigger Plugin\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gunjan\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/06\\\/23.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#articleImage\"},\"datePublished\":\"2015-06-29T12:35:53+05:30\",\"dateModified\":\"2015-06-29T14:30:08+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#webpage\"},\"articleSection\":\"AWS, Technology, Jenkins, jenkins remote trigger parameterized build, parametrized plugin, parametrized remote\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#listItem\",\"name\":\"Jenkins Parameterized Remote Trigger Plugin\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#listItem\",\"position\":3,\"name\":\"Jenkins Parameterized Remote Trigger Plugin\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gunjan\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gunjan\\\/\",\"name\":\"Gunjan Sawhney\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4626405e4f03505912b4870b2ab7e1829f4a5dc46f673853cca1e6985363c5a5?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Gunjan Sawhney\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/\",\"name\":\"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog\",\"description\":\"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let's see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jenkins-parameterized-remote-trigger-plugin\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gunjan\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gunjan\\\/#author\"},\"datePublished\":\"2015-06-29T12:35:53+05:30\",\"dateModified\":\"2015-06-29T14:30:08+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog","description":"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let's see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we","canonical_url":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#article","name":"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog","headline":"Jenkins Parameterized Remote Trigger Plugin","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/gunjan\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/06\/23.png","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#articleImage"},"datePublished":"2015-06-29T12:35:53+05:30","dateModified":"2015-06-29T14:30:08+05:30","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#webpage"},"articleSection":"AWS, Technology, Jenkins, jenkins remote trigger parameterized build, parametrized plugin, parametrized remote"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/tothenewco.pro\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#listItem","name":"Jenkins Parameterized Remote Trigger Plugin"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#listItem","position":3,"name":"Jenkins Parameterized Remote Trigger Plugin","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/gunjan\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/gunjan\/","name":"Gunjan Sawhney","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/4626405e4f03505912b4870b2ab7e1829f4a5dc46f673853cca1e6985363c5a5?s=96&d=mm&r=g","width":96,"height":96,"caption":"Gunjan Sawhney"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/","name":"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog","description":"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let's see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/gunjan\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/gunjan\/#author"},"datePublished":"2015-06-29T12:35:53+05:30","dateModified":"2015-06-29T14:30:08+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog","og:description":"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let's see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we","og:url":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Jenkins Parameterized Remote Trigger Plugin | TO THE NEW Blog","twitter:description":"At times you encounter a use case where you need to run a Jenkins job remotely from another Jenkins instance. Well, there is a way to achieve this by using Parameterized Remote Trigger plugin. Let's see how we can trigger parameterized or non-parameterized jobs on remote Jenkins server from another Jenkins server. Demonstration Lets say we","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"21823","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 13:56:39","updated":"2024-02-29 08:59:11","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJenkins Parameterized Remote Trigger Plugin\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Technology","link":"https:\/\/tothenewco.pro\/blog\/category\/technology\/"},{"label":"Jenkins Parameterized Remote Trigger Plugin","link":"https:\/\/tothenewco.pro\/blog\/jenkins-parameterized-remote-trigger-plugin\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/21823","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/204"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=21823"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/21823\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=21823"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=21823"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=21823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}