将参数添加到TeamCity

时间:2019-07-09 10:40:19

标签: teamcity pom.xml

我的任务是向“ Teamcity”添加更改“ pom.xml”中线程数的功能,以便在单个线程或更多线程中执行测试。我没有找到任何信息。所以我认为我应该添加参数以更改3值。

<profile>
    <id>#######</id>
    <build>
    <plugins>
        <plugin>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>2.22.0</version>
            <configuration>
                <perCoreThreadCount>false</perCoreThreadCount>
                <threadCount>3</threadCount>
                <parallel>classes</parallel>
                <excludes>

0 个答案:

没有答案