Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

adding support for source attribute variable internal use only #1698

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

prklm10
Copy link
Contributor

@prklm10 prklm10 commented Aug 23, 2024

https://browserstack.atlassian.net/browse/PER-3733
adding support for source param in build post request body.
New request body atrribute for build post request to api

attributes: {
  type: projectType,
  branch: branch,
  'target-branch': target.branch,
  'target-commit-sha': target.commit,
  'commit-sha': git.sha,
  'commit-committed-at': git.committedAt,
  'commit-author-name': git.authorName,
  'commit-author-email': git.authorEmail,
  'commit-committer-name': git.committerName,
  'commit-committer-email': git.committerEmail,
  'commit-message': git.message,
  'pull-request-number': pullRequest,
  'parallel-nonce': parallel.nonce,
  'parallel-total-shards': parallel.total,
  partial: this.env.partial,
  tags: tagsArr,
  source: source // 'user_created' or 'auto_enabled_group'
},

@prklm10 prklm10 requested a review from a team as a code owner August 23, 2024 03:03
@prklm10 prklm10 changed the title adding support for PERCY_AUTO_ENABLED_GROUP_BUILD env variable adding support for source attribute variable internal use only Aug 23, 2024
@prklm10 prklm10 merged commit 81cb7df into master Aug 23, 2024
36 checks passed
@prklm10 prklm10 deleted the PER-3733 branch August 23, 2024 11:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants