Skip to content

Releases: jenkinsci/osf-builder-suite-for-sfcc-deploy-plugin

v1.1.9

What's Changed

New Contributors

Full Changelog: osf-builder-suite-for-sfcc-deploy-1.1.8...osf-builder-suite-for-sfcc-deploy-1.1.9

v1.1.8

What's Changed

Full Changelog: osf-builder-suite-for-sfcc-deploy-1.1.7...osf-builder-suite-for-sfcc-deploy-1.1.8

v1.1.7

What's Changed

New Contributors

Full Changelog: osf-builder-suite-for-sfcc-deploy-1.1.6...osf-builder-suite-for-sfcc-deploy-1.1.7

v1.1.6

  • Manually added content length 0 to PUT request #6, #7

v1.1.2

  • Fixed bug randomly introduced by SFCC and undocumented where they started requiring the credentials to be URLEncoded before they are used as Basic HTTP Auth

v1.1.1

  • Fixed bug with custom keystore being used for auth request which made the request fail due to certificate not being trusted

v1.1.0

  • Removed requirement for Business Manager user. Now builds can be made just with OCAPI configuration.
  • Refactored OCAPI functionality to cache auth token and reuse it instead of needing to re-auth for each API request

v1.0.14

  • Added extra webdav check to see if the BM user/pass is valid to hopefully show a clearer error message than standard OCAPI response

v1.0.13

  • Added missing getPlainText()

v1.0.12

  • Removed unused dependency
  • Added URLEncoder.encode() for URL params