NetSuite-套房开发框架 - GitHub集成-CI/CD

发布于 2025-01-25 03:19:38 字数 212 浏览 3 评论 0原文

我们正在改进CI/CD流程,我们知道我们需要使用GitHub(或类似)来进行更好的版本控件。.

我们想将SuiteCloud与Github集成在一起,以上载我们的所有对象,以跟踪显示器任何更改。此外,我们计划在我们的实例中使用分支来部署代码。例如:主=生产。 Dev Branch = SandBox1,同类= SandBox2。

所以...可以做吗?以及如何?有什么经验要分享吗?

We are improving our CI/CD process and we understand that we need to use GitHub (or similar) for a better version control..

We would like to integrate SuiteCloud with Github to upload ALL our objects in order to track an monitor any changes. Also, we are planning to use branches to deploy code in our instances. Ex: Master = Production. Dev Branch = Sandbox1, Homologation = Sandbox2.

So... is possible to do it? And how? Any experiences to be shared?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你如我软肋 2025-02-01 03:19:38

由于SDF操纵文本(XML)文件,其管理与其他基于GIT的CI/CD流程没有什么不同。

NetSuite具有基于Java和基于节点的CLI工具,可以将其纳入自动部署的GIT操作中。

如果您想自动测试自动化,那么您会很开心,因为任何实时数据库都可能有问题。

Since SDF manipulates text (xml) files their management is no different than for any other git based CI/CD process.

Netsuite has java and node based CLI tools that can be incorporated in Git Actions for automated deployments.

You'll have some fun if you want to automate testing as that can be problematic with any live database.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文