Mike Robbins
10/16/2024, 10:06 PMaccount:setup:ci
from my Jenkins server and I suspect I might need to specify a proxy. How would I tell the suitecloud-cli
to use a proxy?
When I run suitecloud account:setup:ci --account **** --authid Jenkins --certificateid **** --privatekeypath ****
in Jenkins, I get 'Something went wrong when trying to access credentials. Contact support.' If I run the command on my local machine with the same certificate ID and private key, it works fine. Thoughts?
I found in the docs how to set the proxy used during the installation of the suitecloud-cli
and that's working, but the CLI doesn't seem to be using that same proxy.SimonC
10/17/2024, 6:24 AMSimonC
10/17/2024, 6:41 AMRUN apk update RUN apk add bash RUN apk add dbus RUN dbus-uuidgen --ensure
or try using a chunkier image like the node:slim or something.Mike Robbins
10/17/2024, 3:05 PMSimonC
10/17/2024, 3:10 PM