I've been using a non-admin role to perform SDF de...
# sdf
m
I've been using a non-admin role to perform SDF deployments for more than a year. It's been working fine with no problems running the deployments with the
suitecloud-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?