This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
generated from agilepathway/gauge-jira
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when republishing after aborted attempt (#31)
* Fix bug when republishing after aborted attempt The bug was caused because prior to this commit we were only incrementing the lastPublished counter if publishing succeeded. This meant that for instance if publishing was aborted the very first time that the plugin was ran, it would fail again afterwards as it would mistakenly think there had been a manual edit of the Confluence space. The fix in this commit is to ensure that we also increment the lastPublished counter when there is an error encountered during publishing. * Bump plugin patch version
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters