aws-codebuild-jenkins-plugin icon indicating copy to clipboard operation
aws-codebuild-jenkins-plugin copied to clipboard

Unable to specify variable type in environment variables override

Open allisonbrakel opened this issue 3 years ago • 0 comments

When I try to pass in a name value pair in environment variables, the type gets set to PLAINTEXT even though the type in the job was set to SECRETS_MANAGER. I'd like to be able to specify the type of the variable during the start build envVariables override. This is how it already works on the AWS CLI: image

CodeBuild environment variable keys and values cannot be empty and the string must be of the form [{key, value}, {key2, value2}] (Service: null; Status Code: 0; Error Code: null; Request ID: null; Proxy: null

allisonbrakel avatar Feb 24 '22 18:02 allisonbrakel