Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jenkinsci#234: Do not require a workspace to notify Bitbucket
Historically, the stashNotifier plugin required a workspace context in order to perform the plugin task, albeit not making use of the workspace in any way. This change removes the implementation of the perform method requiring a workspace and replaces it with the one not requiring a workspace. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Dec 9 13:10:37 2024 +0100 # # On branch release/1.x # Your branch is ahead of 'origin/release/1.x' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java # modified: src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Dec 9 13:10:37 2024 +0100 # # On branch release/1.x # Your branch is ahead of 'origin/release/1.x' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java # modified: src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java #
- Loading branch information