Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

60 lines (48 loc) · 3.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - March 28 2020

Added

  • Added environment object on a job's config. This behaves same as parameters, but injects environment variables into the job (env.VAR)
    • This requires that the Jenkins instance running the job have the envinject plugin installed. An error is shown if this plugin isn't found
    • Docs updated to show this new setting
    • Thanks @Roman-Bober for the filing the feature request
    • #19
  • Misc code cleanup, reorg
    • Using latest TypeScript
    • Using latest Jenkins node lib (needed to fetch list of plugins from a Jenkins instance)
  • Potential fix when running jobs that are newly created

Changed

[1.2.4] - March 8 2020 (not released to marketplace)

Added

Changed

[1.2.3] - March 8 2020

Fixed

[1.2.2] - May 19 2019

Fixed

[1.2.1] - May 19 2019

Fixed

Added

  • Added useCrumbIssuer boolean to host entry in settings - allows turning on/off CSRF protection
  • Added rejectUnauthorizedCert boolean to host entry in settings - allows using unverifible/self-signed SSL certs. This is a potential fix for #2 -strictSSL configuration?
  • Re-adding .vscode directory with launch configs

Changed

[1.1.0] - April 15 2019

Fixed

  • Anonymous Jenkins users can now run jobs

[1.0.0] - April 12 2019

Initial Release