×
Sep 4, 2023 · A plugin for Jenkins CI that gives you the ability to trigger parameterized builds on a remote Jenkins server as part of your build.
The name or URL of the job on the remote Jenkins host which you would like to trigger. If the full job URL is specified the URL of the remote Jenkins host ...
May 7, 2024 · This plugin lets you trigger new builds when your build has completed, with various ways of specifying parameters for the new build.
This plugin triggers a job on a remote Jenkins host.
Sep 7, 2021 · A plugin for Jenkins CI that gives you the ability to trigger parameterized builds on a remote Jenkins server as part of your build.
A handle to the triggered remote build. This handle is used in Pipelines to have direct access to the (correct) remote build instead of relying on ...
Triggers the remote job, identifies the queue ID and, returns a Handle to this remote execution. void, performWaitForBuild(BuildContext context, Handle handle).
Checks if a string is a valid http/https URL. isURL(String) - Static method in class org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils.FormValidationUtils.
This plugin lets you trigger new builds when your build has completed, with various ways of specifying parameters for the new build.
Allows the user to provide parameters for a build in the url (similar to /job/JOBNAME/buildWithParameters), prompting for confirmation before triggering the job ...