Mike Robbins
12/03/2024, 5:50 PMsuitecloud-cli
for Node on my laptop.
I'm trying to set up a Jenkins pipeline for deployment using the same credentials. I have the account:setup:ci
option working on both my laptop and the Jenkins server, but suitecloud project:deploy --dryrun
fails with access denied
on Jenkins while it works correctly on my laptop using the same certificate ID and private key.
The Jenkins deployment works fine if I use a certificate ID and private key with the Administrator role, but I don't need the Administrator role for local deployments.
Thoughts?