问题标签 [buildmaster]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
285 浏览

php - 如何使用 BuildMaster 仅将已修改的文件复制到我的服务器?

我正在尝试使用 BuildMaster 部署我的一个网站,而这个特定网站有数千个文件。当我需要部署到我的生产服务器时,有时只需要更改 1 或 2 个文件。有没有办法设置我的部署计划,使其仅将文件复制到自上一版本以来已更改的服务器?

0 投票
1 回答
1011 浏览

teamcity - TeamCity 与 BuildMaster

最近有人向我提到 BuildMaster 作为构建管理环境。

http://inedo.com/buildmaster/features/all-features

有没有人有这方面的经验。我想知道它如何与 TeamCity 叠加?

0 投票
2 回答
1413 浏览

version-control - Inedo Build Master 与 Team Foundation Server

我们在 TFS 2010 中设置了构建和部署脚本。但我们也在评估 indeo Build Master。有人用过这个吗?

另外,一般来说,对于一个完整的 .NET 房子来说,拥有另一个 SCM 管理工具是否有意义?这是inedo的链接

0 投票
1 回答
1699 浏览

web-config - Using MSDeploy Web Transforms in BuildMaster

In our projects we have multiple config files for each environment using the techniques prescribed by Microsoft as outlined here: http://msdn.microsoft.com/en-us/library/dd465326.aspx

So we have the following files: web.config web.Deploy.config web.Release.config

As we are a small development team this makes life very simple as we do not need to leave Visual Studio to make changes to these files. Added to that they are version controlled in case we ever need to roll back.

We would like to continue using this method and we are not interested in moving these different files into BuildMaster's configuration management system.

How can we get BuildMaster to work with these files or use MSDeploy to create our deployment artifacts?

0 投票
1 回答
58 浏览

deployment - 使用 BuildMaster 部署的 Mercurial 存储库的工作流

现在我们只有一个开发存储库,需要开始为测试和生产环境做准备。我们计划将 BuildMaster 用于 CI 和部署。我看到的正常工作流程是从 HG 签出源代码,然后创建在您提升/部署到不同环境时使用的构建工件。此工作流程似乎假设您只有一个存储库/分支在使用中。如果您为开发和稳定/发布有单独的分支/存储库,它将如何工作?

0 投票
1 回答
188 浏览

buildmaster - 使用 Build Master 部署特定的 TeamCity 构建工件

我们使用 Team City 作为我们的 CI 服务器,并使用 Build Master 作为我们的部署机制。我有一个项目可以在 teamcity 上构建和运行测试并创建一个release-0.0.%build.number%.zip.

我如何指示 Build Master 获取最新版本release-0.0.%build.number%.zip?目前我使用 Create Build Artifact 从目录中收集文件,但这给我们带来了问题。我已经将工件作为 .zip 文件,并且只想部署它。

0 投票
0 回答
170 浏览

svn - BuildMaster 与 Subversion 的集成

在 BuildMaster 中配置 Subversion 源代码控制集成时,我输入了 subversion URL、用户名、密码,然后单击“测试连接”按钮出现此错误:

“无法连接。svn:E125001:无法确定用户的配置路径”

BuildMaster 应用程序池在 IIS 中的“NetworkService”标识下运行。

当将 BuildMaster 应用程序池身份切换为我的用户时,与 subversion 的连接工作正常。但是,我想保持构建主应用程序池在 NetworkService Identity 上运行。

我需要分配给 NetworkService 以使 BuildMaster 连接 SVN 的任何权限吗?

0 投票
1 回答
65 浏览

git - buildmaster 多久检查一次存储库上的更改?

我使用 buildmaster 自动构建我们的代码。最近我们开始在buildmaster检查存储库状态时出现异常,https请求如下所示,

https://user:password@company.git.cloudforge.com/repo_name.git/info/refs?service=git-upload-pack

有谁知道 buildmaster 多久检查一次 repo 的更改?

0 投票
2 回答
172 浏览

teamcity - 在 Buildmaster 中使用 TeamCity 内部版本号

是否可以从 TeamCity 获取内部版本号并将其用作 BuildMaster 中的内部版本号?

0 投票
1 回答
122 浏览

buildmaster - 连接到数据库时出错:无法将 null 转换为“bool”,因为它是不可为空的值类型

我正在尝试在我的应用程序中注册新数据库,这是我的连接字符串,但在将版本从 4.1.7 升级到 4.2.1 后它们都没有工作并抛出错误