Remove cachekey logic, not needed as only a single bitbucket connection is supported, rework tests and update api report

Signed-off-by: Jake Smith <jakemgsmith@gmail.com>
This commit is contained in:
Jake Smith
2025-11-22 23:37:23 +00:00
committed by Fredrik Adelöw
parent 37fba1d8ec
commit 1956b3f398
3 changed files with 33 additions and 75 deletions
@@ -25,6 +25,12 @@ export const createBitbucketPipelinesRunAction: (options: {
| {
type?: string | undefined;
source?: string | undefined;
selector?:
| {
type: string;
pattern: string;
}
| undefined;
pull_request?:
| {
id: string;
@@ -39,12 +45,6 @@ export const createBitbucketPipelinesRunAction: (options: {
destination?: string | undefined;
ref_name?: string | undefined;
ref_type?: string | undefined;
selector?:
| {
type: string;
pattern: string;
}
| undefined;
destination_commit?:
| {
hash: string;