Skip to content

Latest commit

 

History

History
188 lines (117 loc) · 5.99 KB

CHANGELOG.md

File metadata and controls

188 lines (117 loc) · 5.99 KB

3.0.6 (Sep 18th, 2018)

New feature

  • Disable remote trigger job step instead of removing it

Improvement

  • None

Bug fixes

3.0.5 (Aug 20th, 2018)

New feature

  • None

Improvement

  • None

Bug fixes

3.0.4 (Jul 30th, 2018)

New feature

  • Support to abort remote job

Improvement

  • None

Bug fixes

3.0.3 (Jul 23th, 2018)

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

3.0.2 (Jul 18th, 2018)

New feature

  • None

Improvement

  • HTTP utility reorganized
    • post with form-data

Bug fixes

  • Fix parameters are too long (HTTP status 414)

3.0.1 (Jul 9th, 2018)

New feature

  • Support triggering remote jobs via Jenkins proxy

Improvement

  • code refinement

Bug fixes

3.0.0 (May 17th, 2018)

New feature

  • Pipeline support

Improvement

Bug fixes

2.2.2 (Aug 16th, 2015)

Misc:

  • require Jenkins 1.580+

Bug fixes:

  • 2.2.0 didn't make it to the update center

2.2.0 (May 12th, 2015)

New Feature/Enhancement:

  • Ability to debug connection errors with (optional) enhanced console output (pull request)

Bug fixes:

2.1.3 (July 6th, 2014)

Bug fixes:

2.1.2 (April 26th, 2014)

Bug fixes:

  • fixing JENKINS-22325 - local job fails when not sending any parameters to remote job
  • fixing JENKINS-21470 - UI does not display that a build is using a file to get the parameter list
  • fixing JENKINS-22493 - 400 when remote job has default parameters and parameters are not explicitly list them
  • fixing JENKINS-22427 - fails when remote job waits for available executor

2.1 (Feb 17th, 2014)

New Feature/Enhancement:

  • ability to specify the list of remote parameters from a file (request ticket)
  • optionally block the local build until remote build is complete (request ticket)

Misc:

  • the console output has also been cleansed of displaying any URLs, since this could pose a security risk for public CI environemnts.
  • special thanks to @tombrown5 for his contributions to the last item mentioned above

#2.0 ( Dec 25th, 2013)

Lots of refactoring and addition of some major new features.

New Feature/Enhancement:

Misc:

Special thanks to @elksson for his contributions to the last 2 items mentioned above and to @imod for his awesome feedback and feature suggestions.

1.1 ( Nov. 30th, 2013)

Bug fixes:

  • closing potential security gap for public-read environments

New Feature/Enhancement:

  • ability to not mark the build as failed if the remote build fails

Misc:

  • General code clean-up

1.0

Initial release

Available features:

  • Trigger parameterized build on a remote Jenkins server
  • Trigger non-parameterized build on a remote Jenkins server
  • Authentication via username + API token
  • Support for "build token root" plugin