Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.58 KB

CHANGELOG.adoc

File metadata and controls

47 lines (31 loc) · 1.58 KB

Release Notes.

2.0.1 (Unreleased)

2.0.0

Caution
sshCommand with sudo:true param also requires pty:true on remote config with this upgrade. (This is only applicable for few platforms like Linux so apply this accordingly)
  • Upgrade pom dependencies

    • Minimum Jenkins Requirement: 2.121.1

    • Groovy SSH - 2.10.1

    • Parent POM - 3.34.

    • Upgraded few other test dependencies.

1.2.1

  • JENKINS-55194 - Add logLevel to support debugging and also reduce default excessive logging.

    • Make filterBy and filterRegex optional.

1.2.0

  • JENKINS-55194 - Add logLevel to support debugging and also reduce default excessive logging.

  • JENKINS-53361 - Copy files using a regular expression.

  • Code cleanup, update documentation.

1.1.1

1.1.0

  • JENKINS-52225 - Upgrade to latest JSch version.

  • JENKINS-52390 - Throw appropriate error when the code is not in node block.

  • JENKINS-52532 - Throws exception when used remote with gateway option.

1.0.0

  • Initial release.

  • Supported Steps.

    • sshCommand

    • sshScript

    • sshGet

    • sshPut

    • sshRemove