This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only stripping username from HTTP clone URL #229
- Loading branch information
1 parent
81c0f47
commit 9c6ed9e
Showing
4 changed files
with
777 additions
and
743 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ The filter text as well as the URL support variables. These are: | |
| `${PULL_REQUEST_PARTICIPANTS_EMAIL}` | Example: `[email protected],[email protected]` | | ||
| `${PULL_REQUEST_MERGE_COMMIT}` | Hash of merged commit (only available for merged-event). | | ||
| `${PULL_REQUEST_FROM_SSH_CLONE_URL}` | Example: `ssh://git@localhost:7999/project_1/rep_1` | | ||
| `${PULL_REQUEST_FROM_HTTP_CLONE_URL}` | Example: `http://admin@localhost:7990/bitbucket/scm/project_1/rep_1.git` | | ||
| `${PULL_REQUEST_FROM_HTTP_CLONE_URL}` | Example: `http://localhost:7990/bitbucket/scm/project_1/rep_1.git` | | ||
| `${PULL_REQUEST_FROM_HASH}` | Example: `6053a1eaa1c009dd11092d09a72f3c41af1b59ad` | | ||
| `${PULL_REQUEST_PREVIOUS_FROM_HASH}` | Example: `6053a1eaa1c009dd11092d09a72f3c41af1b59ad` | | ||
| `${PULL_REQUEST_FROM_ID}` | Example: `refs/heads/branchmodmerge` | | ||
|
@@ -102,7 +102,7 @@ The filter text as well as the URL support variables. These are: | |
| `${PULL_REQUEST_FROM_REPO_PROJECT_KEY}` | Example: `PROJECT_1` | | ||
| `${PULL_REQUEST_FROM_REPO_SLUG}` | Example: `rep_1` | | ||
| `${PULL_REQUEST_TO_SSH_CLONE_URL}` | Example: `ssh://git@localhost:7999/project_1/rep_1` | | ||
| `${PULL_REQUEST_TO_HTTP_CLONE_URL}` | Example: `http://admin@localhost:7990/bitbucket/scm/project_1/rep_1.git` | | ||
| `${PULL_REQUEST_TO_HTTP_CLONE_URL}` | Example: `http://localhost:7990/bitbucket/scm/project_1/rep_1.git` | | ||
| `${PULL_REQUEST_TO_HASH}` | Example: `6053a1eaa1c009dd11092d09a72f3c41af1b59ad` | | ||
| `${PULL_REQUEST_PREVIOUS_TO_HASH}` | Example: `6053a1eaa1c009dd11092d09a72f3c41af1b59ad` | | ||
| `${PULL_REQUEST_TO_ID}` | Example: `refs/heads/branchmodmerge` | | ||
|
Oops, something went wrong.