You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Change Log
2
2
3
+
## 3.3.0 (2025-11-24)
4
+
5
+
### What's Changed
6
+
7
+
**New Features:**
8
+
***Draft Pull Request Support** - Add ability to detect if a Pull Request is Draft (Bitbucket Cloud only) by @nazzer23 in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/367
9
+
- New environment variable: `BITBUCKET_PULL_REQUEST_IS_DRAFT`
10
+
- Returns `"true"` or `"false"` (defaults to `false` if not provided by Bitbucket)
11
+
- Allows filtering/skipping builds for draft PRs in pipeline scripts
12
+
13
+
**Internal Improvements:**
14
+
* Migrate tests from JUnit4 to JUnit5 by @strangelookingnerd in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/369
15
+
* Fix build issue in pom.xml by @s78258819-svg in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/371
16
+
17
+
### Compatibility
18
+
* Jenkins version: >= **2.440.3** (unchanged)
19
+
* Java version: **17**
20
+
21
+
### New Contributors
22
+
*@nazzer23 made their first contribution in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/367
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
2
7
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
0 commit comments