Done
Details
Assignee
Ramesh SivaramanRamesh Sivaraman(Deactivated)Reporter
Marcelo AltmannMarcelo Altmann(Deactivated)Time tracking
1d 6h 30m loggedComponents
Priority
Medium
Details
Details
Assignee
Ramesh Sivaraman
Ramesh Sivaraman(Deactivated)Reporter
Marcelo Altmann
Marcelo Altmann(Deactivated)Time tracking
1d 6h 30m logged
Components
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created November 25, 2020 at 1:15 PM
Updated March 6, 2024 at 6:48 PM
Resolved December 31, 2020 at 10:12 AM
Currently, we don't run xbcloud jobs in Jenkins. In order to run the job we need to set
XBCLOUD_CREDENTIALS
variable.Ideally, we should have credentials stored on a security field. With two options/variants:
AWS S3:
export XBCLOUD_CREDENTIALS="--storage=s3 --s3-access-key=... --s3-secret-key=..."
Google Cloud:
export XBCLOUD_CREDENTIALS="--storage=google --google-access-key=... --google-secret-key=..."
Apart from that, we should also have a free text field that will allow us to add extra parameters, the content of this field should be appended to
XBCLOUD_CREDENTIALS