Replies: 2 comments 9 replies
-
I have no idea, but can ask around. Meanwhile could you post your pipeline file so others can review how things are set up? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure, here's my pipeline file content.
I don't have the access to view the AwsUtil import so I can't share it, but basically it only used to simplify assume role process on aws. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I want to set up a jenkins pipeline to automate DB deployment.
I have set up all the required settings on the aws & managed to retrieved the token using this guide from aws.
If I understand it correctly I just need to put the token in the env $SQITCH_PASSWORD and then run the command deploy
sqitch deploy db:mysql://{$dbuser}@{$dbHost}:3306/${dbName}
But when I tried to do that I get access denied.
Am I missing something or are there something wrong with how I tried to authenticate to the database ?
For more information :
Beta Was this translation helpful? Give feedback.
All reactions