我正在尝试通过Jenkins部署.Net项目。所有源代码都在GIT存储库中。在Jenkins中对“源代码管理”进行了配置后,我可以通过单击门户中的“立即构建”链接来创建成功的构建。
但是在进行促销活动时出现错误。请在
中找到错误消息Failed Console Output
Building remotely on WGPOSPUT00298-MSBUILD (MSBuild WGPOSPUT00298 cu261_MSBuild) in workspace F:\workspace\test-git\P1-Service
Promoting test-git » P1-Service
[P1-Service] $ powershell.exe "& 'C:\Windows\TEMP\jenkins2956181860688826071.ps1'"
INFO: Solution File Name = test-Services.sln
INFO: MSBuild Path = VS_2015
INFO: branch =
fatal: Couldn't find remote ref ${branch}
尽管GIT分支与Job映射,但是我正在找不到远程引用$ {branch}
请让我知道如何解决此问题。