Backstage
    Preparing search index...
    • Creates a new action that triggers a run of a bitbucket pipeline

      Parameters

      Returns TemplateAction<
          {
              body?: {
                  target?: {
                      commit?: { hash: string; type: string };
                      destination?: string;
                      destination_commit?: { hash: string };
                      pull_request?: { id: string };
                      ref_name?: string;
                      ref_type?: string;
                      selector?: { pattern: string; type: string };
                      source?: string;
                      type?: string;
                  };
                  variables?: { key: string; secured: boolean; value: string }[];
              };
              repo_slug: string;
              token?: string;
              workspace: string;
          },
          { buildNumber?: number; pipelinesUrl?: string; repoUrl?: string },
          "v2",
      >