diff --git a/.github/workflows/api-deploy-nonprod.yml b/.github/workflows/api-deploy-nonprod.yml index 0c4134b..d871ca1 100644 --- a/.github/workflows/api-deploy-nonprod.yml +++ b/.github/workflows/api-deploy-nonprod.yml @@ -108,4 +108,4 @@ jobs: -X POST \ -H "Content-Type: application/json" \ -d '{"buildType": {"id": "${{ secrets.TEAMCITY_API_ID }}"}}' \ - "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" \ No newline at end of file + "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue?fields=build(state)" \ No newline at end of file diff --git a/.github/workflows/api-deploy-prod.yml b/.github/workflows/api-deploy-prod.yml index ad75972..6bcbaa0 100644 --- a/.github/workflows/api-deploy-prod.yml +++ b/.github/workflows/api-deploy-prod.yml @@ -108,4 +108,4 @@ jobs: -X POST \ -H "Content-Type: application/json" \ -d '{"buildType": {"id": "${{ secrets.TEAMCITY_API_ID }}"}}' \ - "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" + "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue?fields=build(state)" diff --git a/.github/workflows/web-deploy-nonprod.yml b/.github/workflows/web-deploy-nonprod.yml index 2befe8c..405336f 100644 --- a/.github/workflows/web-deploy-nonprod.yml +++ b/.github/workflows/web-deploy-nonprod.yml @@ -108,4 +108,4 @@ jobs: -X POST \ -H "Content-Type: application/json" \ -d '{"buildType": {"id": "${{ secrets.TEAMCITY_WEB_ID }}"}}' \ - "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" \ No newline at end of file + "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue?fields=build(state)" \ No newline at end of file diff --git a/.github/workflows/web-deploy-prod.yml b/.github/workflows/web-deploy-prod.yml index ddaea9d..4863a76 100644 --- a/.github/workflows/web-deploy-prod.yml +++ b/.github/workflows/web-deploy-prod.yml @@ -108,4 +108,4 @@ jobs: -X POST \ -H "Content-Type: application/json" \ -d '{"buildType": {"id": "${{ secrets.TEAMCITY_WEB_ID }}"}}' \ - "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" \ No newline at end of file + "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue?fields=build(state)" \ No newline at end of file