Skip to content

Releases: jenkinsci/parameterized-remote-trigger-plugin

Release v3.1.0

03 Oct 14:13
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • Support "view" in job's URL (f0b36fa)

Bug fixes

Release v3.0.9

17 Aug 03:13
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • Stream output rather than dump it all out at the end (a625e4b)
  • Added the ability to trust untrusted certificates (08ec3ec)

Bug fixes

  • None

Release v3.0.8

27 Mar 15:40
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • Java doc refinement: Handle.getBuildStatus, Handle.updateBuildStatus (541365a)
  • Extend POST timeout & avoid re-POST after timeout (97de437)
  • Handle proxy host to avoid fail in subsequent requests (285d657)

Bug fixes

  • None

Release v3.0.7

09 Dec 05:31
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • None

Bug fixes

Parameterized-Remote-Trigger-3.0.6

18 Sep 16:07
Compare
Choose a tag to compare

New feature

  • Disable remote trigger job step instead of removing it

Improvement

  • None

Bug fixes

Release 3.0.5

20 Aug 15:51
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • None

Bug fixes

Release 3.0.4

29 Jul 16:35
Compare
Choose a tag to compare

New feature

  • Support to abort remote job

Improvement

  • None

Bug fixes

Release 3.0.3

23 Jul 14:26
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • Add concurrent connection restriction to prevent remote servers from blocking
  • Add job info. & crumb cache to reduce the dummy inquiries when parallel triggering

Bug fixes

Important change

  • jdk version must be at least v1.8

Release 3.0.2

17 Jul 17:08
Compare
Choose a tag to compare

New feature

  • None

Improvement

  • HTTP utility reorganized
    • post with form-data

Bug fixes

  • Fix parameters are too long (HTTP status 414)

Release 3.0.1

09 Jul 13:27
Compare
Choose a tag to compare

New feature

  • Support triggering remote jobs via Jenkins proxy

Improvement

  • code refinement

Bug fixes