mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 22:40:49 -05:00
feat: Collect Bitbucket BITBUCKET_STEP_RUN_NUMBER (#9292)
This commit is contained in:
committed by
GitHub
parent
ca25a27449
commit
c4445fa356
@@ -164,6 +164,7 @@ const _providerCiParams = () => {
|
||||
'BITBUCKET_REPO_OWNER',
|
||||
'BITBUCKET_BUILD_NUMBER',
|
||||
'BITBUCKET_PARALLEL_STEP',
|
||||
'BITBUCKET_STEP_RUN_NUMBER',
|
||||
]),
|
||||
buildkite: extract([
|
||||
'BUILDKITE_REPO',
|
||||
|
||||
@@ -175,6 +175,7 @@ describe('lib/util/ci_provider', () => {
|
||||
BITBUCKET_REPO_OWNER: 'bitbucketRepoOwner',
|
||||
BITBUCKET_REPO_SLUG: 'bitbucketRepoSlug',
|
||||
BITBUCKET_PARALLEL_STEP: 'bitbucketParallelStep',
|
||||
BITBUCKET_STEP_RUN_NUMBER: 'bitbucketStepRunNumber',
|
||||
|
||||
// git information
|
||||
BITBUCKET_COMMIT: 'bitbucketCommit',
|
||||
@@ -187,6 +188,7 @@ describe('lib/util/ci_provider', () => {
|
||||
bitbucketRepoOwner: 'bitbucketRepoOwner',
|
||||
bitbucketRepoSlug: 'bitbucketRepoSlug',
|
||||
bitbucketParallelStep: 'bitbucketParallelStep',
|
||||
bitbucketStepRunNumber: 'bitbucketStepRunNumber',
|
||||
})
|
||||
|
||||
expectsCommitParams({
|
||||
|
||||
Reference in New Issue
Block a user