You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be helpful to add more information where the AWS Credential with the id '_PARAMETER_STORE_ACCESS' that provides access to ParameterStore for cross account account
should be updated in the Jenkins
Ex.
One-time step:
Install the AWS Parameter Store Build Wrapper Plugin on your Jenkins master
For cross-account deployments, create an AWS Credential with the id '_PARAMETER_STORE_ACCESS' that provides access to ParameterStore for that account.
Click on Manage Credentials
Under Stores scoped to Jenkins
Click Jenkins
Global credentials (unrestricted)
Add Credentials
Kind --> Select --> AWS Credentials
Below click Advanced
ID update with the AWS Credential with the id '_PARAMETER_STORE_ACCESS'
Ex. UAT_PARAMETER_STORE_ACCESS
Add Description of your choice
Click Advance
Update IAM Role To Use section with the IAM ROLE. Ex arn:aws:iam::0000000000:role/xxx-role/xxxx_prod_xxxx_iam_role
The text was updated successfully, but these errors were encountered:
I think it would be helpful to add more information where the AWS Credential with the id '_PARAMETER_STORE_ACCESS' that provides access to ParameterStore for cross account account
should be updated in the Jenkins
Ex.
One-time step:
Install the AWS Parameter Store Build Wrapper Plugin on your Jenkins master
For cross-account deployments, create an AWS Credential with the id '_PARAMETER_STORE_ACCESS' that provides access to ParameterStore for that account.
The text was updated successfully, but these errors were encountered: