English 中文(简体)
• 如何将额外参数通过至特遣队指挥线
原标题:How to pass extra parameters to the VCS command line in Teamcity
  • 时间:2012-04-20 05:04:40
  •  标签:
  • teamcity

因此,在我的案件中,我想通过一些额外的参数,在撤出来源时(在我的HG案件中)接受科索沃警察部队指挥。

但是,“Edit VCSlying”屏幕不让我补充参数。

最佳回答

在统一制度中没有办法确定这一选择。 您可在<条码>上写上头盔的包裹,并指明通往这一封顶的道路。 借助VCS根基环境的“环形”选择。 强奸可能是这样的:

#!/bin/bash

case "$1" in
    init|pull|clone)
        command=$1;
        shift;
        hg $command --insecure $*
        ;;
    *)
        hg $*
        ;;
esac

如果你使用代理方的检查,你就得在两个方面有这种总结: 团队精神服务器和代理人。 另外,如果你认为,让国际不动产业联合会能够自由在上设立一个问题也是有用的。

问题回答

暂无回答




相关问题
Running multiple TeamCity Agents on the same computer?

We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we d like to run several build agents on the same machine. Is this possible, without using ...

Build status hardware

We have been using Teamcity for some time for the Continous Integration in the project. Now we want to have some kind of hardware in the room that shows everyone that a build was broken. I ve seen ...

TeamCity + git-teamcity plugin: ParseException

Alright, I ve trying to set up a TeamCity server the past few hours, but this as really gotten me stuck. I ve got everything working, agents are running, plugin is installed, but when I run the build ...

TeamCity NUnit test result visualisation

Is there any way to produce visual results of NUnit tests from within TeamCity s "Tests" tab, currently my NAnt script outputs an .xml file of the results using the following task: <nunit2 ...

NCover installation

I m installing NCover Complete trial version, and wondered if it s possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version of NCover (v3.3.2) would ...

Continuous Integration with Teamcity and Clearcase

Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?

热门标签