Hi all, Could you please share your deployment pro...
# suitescript
m
Hi all, Could you please share your deployment process? Also any important or unusual tools you use in your whole flow.
r
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
Any special tools for code review or code quality (static analysis)?
l
We use Github repo and have a technical lead approve the pull request
🙌 1
e
• 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
m
🙏 ♥️