See GitHub releases
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.
July 30, 2018
Jan 14, 2013
- JENKINS-15472 Create the page in Confluence at build-time if the page didn't already exist.
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".
May 29, 2012
- JENKINS-13896 Fix StringIndexOutOfBoundsException when the "between" ending marker exists in multiple locations.
Apr 27, 2012
- JENKINS-13569 Fix NPE when "Attach archived artifacts" is enabled, but the job's "Archive the artifacts" option is not enabled.
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).
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.
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+.
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.
Jul 2, 2011
- Implements Confluence page wiki markup editing.
Jun 19, 2011
- Fix bug introduced in 1.0.2 for Confluence installations hosted at the root (e.g., http://confluence.example.com/). 1.0.2 works for non-root installations (e.g., http://www.example.com/confluence/). This release should fix both cases.
Jun 18, 2011
- Bad Release! See version 1.0.3
- GH-1 - Fixing incorrect confluence RPC URL creation in Utils.
Mar 24, 2011
- Rerelease 1.0.0 to properly set required Jenkins version
Feb 28, 2011
- Initial release