This plugin does all of its interactions by making API calls to the remote Jenkins server. If triggering a build via the API does not acknowledge the quite period... maybe this is an issue with core?
All interactions with the remote server are done via the Jenkins REST API.
If triggering a build via the API does not acknowledge the quite period... maybe this is an issue with core?
Created Core issue: https://issues.jenkins-ci.org/browse/JENKINS-28415
Parameterized Remote Trigger sets the delay to 0, overriding any defined quiet period similar to the "Build Now" link on the UI.
https://github.com/jenkinsci/parameterized-remote-trigger-plugin/blob/master/src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration.java#L407
Thank you, Daniel. Remove the line "this.addToQueryString("delay=0");" will fix this.
Just want to check is there an option to delay the remote trigger?. For example I want to trigger a remote job with quiet period.