FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GraphQL/.github/workflows/trigger-pr-tests-plugins.yml at develop · hackolade/GraphQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hackolade
/
GraphQL
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
GraphQL
/
.github
/
workflows
/
trigger-pr-tests-plugins.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
19 lines (17 loc) · 737 Bytes
Breadcrumbs
GraphQL
/
.github
/
workflows
/
trigger-pr-tests-plugins.yml
Copy path
File metadata and controls
19 lines (17 loc) · 737 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name
:
Trigger PR tests (Plugins)
on
:
pull_request
:
types
:
[auto_merge_enabled]
jobs
:
trigger-pr-tests-plugins
:
name
:
Trigger PR tests (Plugins)
runs-on
:
ubuntu-latest
steps
:
-
name
:
Call TeamCity API endpoint
run
:
|
curl \
-X POST \
-H 'Authorization: Bearer ${{ secrets.TEAMCITY_TRIGGER_TESTS_TOKEN }}' \
-H 'Content-Type: application/json' \
-d '{"branchName": "pull/${{ github.event.number }}", "buildType": {"id": "${{ vars.TEAMCITY_BUILD_ID_FOR_TESTING_PLUGIN_PR }}"}, "properties": { "property": [ {"name": "BUILD_BRANCH", "value": "${{ github.event.pull_request.head.ref }}" }] }}' \
${{ vars.TEAMCITY_API_URL }}/buildQueue
Back
|
FazBrowse Home
|
New Git URL