Hi all,
Could you please share your deployment process?
Also any important or unusual tools you use in your whole flow.
r
raghav
02/23/2023, 1:37 AM
After the complete jira process of approvals, etc., we push the code to the bitbucket once it hits the master branch, a pipeline gets triggered and updates the code in production.
m
Marwan
02/23/2023, 2:14 AM
Any special tools for code review or code quality (static analysis)?
l
Lea CC
02/23/2023, 8:17 AM
We use Github repo and have a technical lead approve the pull request
🙌 1
e
erictgrubaugh
02/23/2023, 5:57 PM
• git for version control hosted on gitlab, employing a release-branch scheme
• Jest for unit tests and code coverage
• eslint for linting
• SDF for project scaffolding and deployment
• WebStorm for writing SuiteScript