-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1072 from surishubham/main
Merge pull request #1071 from Aman1905/stage
- Loading branch information
Showing
5 changed files
with
66 additions
and
4 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
id: hyperexecute-release-notes-2-5-8 | ||
title: Version 2.5.8 | ||
hide_title: false | ||
sidebar_label: Version 2.5.8 | ||
description: Version 2.5.8 | ||
keywords: | ||
- LambdaTest Hyperexecute | ||
- LambdaTest Hyperexecute help | ||
- LambdaTest Hyperexecute documentation | ||
- FAQs | ||
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/ | ||
site_name: LambdaTest | ||
slug: hyperexecute-release-notes-2-5-8/ | ||
--- | ||
|
||
import NewReleaseTag from '../src/component/newRelease.js'; | ||
import EnhancementTag from '../src/component/enhancementTag'; | ||
import BugFixTag from '../src/component/bugFixTag'; | ||
|
||
<script type="application/ld+json" | ||
dangerouslySetInnerHTML={{ __html: JSON.stringify({ | ||
"@context": "https://schema.org", | ||
"@type": "BreadcrumbList", | ||
"itemListElement": [{ | ||
"@type": "ListItem", | ||
"position": 1, | ||
"name": "Home", | ||
"item": "https://www.lambdatest.com" | ||
},{ | ||
"@type": "ListItem", | ||
"position": 2, | ||
"name": "Support", | ||
"item": "https://www.lambdatest.com/support/docs/" | ||
},{ | ||
"@type": "ListItem", | ||
"position": 3, | ||
"name": "Version", | ||
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-2-5-8/" | ||
}] | ||
}) | ||
}} | ||
></script> | ||
## Added Bitbucket Support in Projects Feature ✨ | ||
HyperExecute Projects now supports Bitbucket repositories for workflow scheduling. You can seamlessly connect and manage workflows using either GitHub or Bitbucket repositories. | ||
|
||
### Key Functionalities: | ||
- Connect Bitbucket repositories using Repository Access Tokens | ||
- Schedule and automate workflows from Bitbucket repositories | ||
- Maintain existing GitHub integration with unchanged functionality | ||
> 📕 Refer to the [Projects Documentation](/support/docs/hyperexecute-projects/) |
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