Based on this article it should be possible: https://confluence.atlassian.com/bamkb/resetting-variables-via-a-rest-api-call-and-dynamic-release-versioning-408453406.html
However when I'm doing a call that looks like this, deployment triggers successfully but environment variables are ignored:
http://***:8085/rest/api/latest/queue/deployment?environmentId=2899398&versionId=2080421&bamboo.variable.domain=example.com
I use Bamboo Server v6.0.0
Hello @Dmitriy,
Based on this article it should be possible: https://confluence.atlassian.com/bamkb/resetting-variables-via-a-rest-api-call-and-dynamic-release-versioning-408453406.html
Yes, it is possible on "build" (/rest/api/latest/queue/PROJ-PLAN) and not on "deployment" (rest/api/latest/queue/deployment)
The REST endpoint you have mentioned (https://docs.atlassian.com/atlassian-bamboo/REST/6.0.0/#d2e1031) does not accept Bamboo variables as parameters in the same way as (https://docs.atlassian.com/atlassian-bamboo/REST/6.0.0/#d2e2150) does, I am afraid.
With that said, you could:
Kind regards,
Rafael
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.