Open Fitmavincent opened 2 years ago
This code shouldn't have changed between the two versions, and this should use whatever version of CDK is present on your Azure Pipelines Agent (the toolkit shouldn't install the CDK CLI). Just making sure, did you change any of your agents/the software they're running?
CDK bootstrap fail, unable to parse environment specification using AWSShellScript@1
Reproduction
Prepare a pipeline script for
cdk bootstrap
e.g.Expected behavior
It should be able to go through the bootstrapping process without errors as awsCredentials, account and regions specification provided
However, after aws shell script task upgrade to 1.11.0, it no longer be able to cdk bootstrap and keep throwing errors on unable to parse environment specification
Your Environment