Skip to content

Latest commit

 

History

History
124 lines (90 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

124 lines (90 loc) · 3.89 KB

Changelog

Newer versions

See GitHub releases

2.0.5

Feb 12, 2020

  • JENKINS-47309 Switch to the Confluence REST API, as the SOAP API is now deprecated. (#15 @mslipets)

    NOTE: The REST API is supported as of Confluence 5.5. If you use an older version of Confluence, you should continue using a previous version of this plugin.

2.0.2

July 30, 2018

1.8

Jan 14, 2013

  • JENKINS-15472 Create the page in Confluence at build-time if the page didn't already exist.

1.7.1

Jun 25, 2012

  • JENKINS-14205 Fix logic error checking for "start" token for the "Between Markers" editor.
  • Note: The 1.7 tag failed to release properly from the Maven Release plugin, which is why this version is actually released as "1.7.1".

1.6

May 29, 2012

  • JENKINS-13896 Fix StringIndexOutOfBoundsException when the "between" ending marker exists in multiple locations.

1.5

Apr 27, 2012

  • JENKINS-13569 Fix NPE when "Attach archived artifacts" is enabled, but the job's "Archive the artifacts" option is not enabled.

1.4

Jan 11, 2012

  • JENKINS-12253 Introduces "even if unstable" option in the job config.
  • JENKINS-12253 Also introduces a ${BUILD_RESULT} build-time environment variable.
  • JENKINS-12254 Allow Space and Page names to be specified by build-time environment variables (e.g., dynamic from a parameterized build).

1.3

Oct 17, 2011

  • JENKINS-11276 Fixes content editing in Confluence 4.0.
  • Adds a new "Replace entire page" editor, which was previously only possible with the "Replace between tokens" editor, and placing the start/end tokens at the top/bottom of the page content.

1.2

Oct 16, 2011

  • JENKINS-11276 Fixes file attachments when working against a Confluence 4.0 server. Also fails gracefully if content editors are configured for a 4.0 server. Both features still work properly on Confluence 3.x, but content editing is disabled for version 4.0+.

1.1.1

Sep 22, 2011

  • Fix a Content-Type issue that prevented attachments to Confluence, by defaulting to application/octet-stream if unable to figure out the content type automatically.

1.1

Jul 2, 2011

1.0.3

Jun 19, 2011

1.0.2

Jun 18, 2011

  • Bad Release! See version 1.0.3
  • GH-1 - Fixing incorrect confluence RPC URL creation in Utils.

1.0.1

Mar 24, 2011

  • Rerelease 1.0.0 to properly set required Jenkins version

1.0.0

Feb 28, 2011

  • Initial release