Fixing Headers

This commit is contained in:
Matt DiMeglio 2026-02-07 23:30:04 -05:00
parent 5479b1efe3
commit faa687f71d
4 changed files with 4 additions and 4 deletions

View file

@ -106,6 +106,6 @@ jobs:
run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Content-Type: application/xml" \
-d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"

View file

@ -106,6 +106,6 @@ jobs:
run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Content-Type: application/xml" \
-d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"

View file

@ -106,6 +106,6 @@ jobs:
run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Content-Type: application/xml" \
-d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"

View file

@ -106,6 +106,6 @@ jobs:
run: |
curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Content-Type: application/xml" \
-d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \
"${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue"