Hi,
I followed the guide to create a robot from the help, the robot work and run fine on visual studio code but now i am trying to run It from mine Jenkins machine( the vps use an Ubuntu distribution on a arm64 CPU), when i trying to run it from the terminal or from the Jenkins compiler i get this error:
Missing env variabile
| FAIL |
Parent suite setup failed:
KeyError: 'Missing required environment variable: RC_API_SECRET_HOST
The env.json file is correctly set and points to the folder that contains the vault.json:
env.json
{
“RPA_SECRET_MANAGER”: “RPA.Robocorp.Vault.FileSecrets”,
“RPA_SECRET_FILE”: “/var/lib/jenkins/workspace/RoboFrameworkTEST/vault/vault.json”
}
This Is the repo with my robot:
Do I miss something?
Thanks for your feedback.