mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
xzfdvs
This commit is contained in:
2
.teamcity/settings.kts
vendored
2
.teamcity/settings.kts
vendored
@@ -60,7 +60,7 @@ object Build : BuildType({
|
|||||||
executionMode = BuildStep.ExecutionMode.RUN_ON_FAILURE
|
executionMode = BuildStep.ExecutionMode.RUN_ON_FAILURE
|
||||||
|
|
||||||
conditions {
|
conditions {
|
||||||
contains("teamcity.build.branch", "master")
|
contains("teamcity.build.branch", "mter")
|
||||||
}
|
}
|
||||||
goals = "package"
|
goals = "package"
|
||||||
runnerArgs = "-Dmaven.test.failure.ignore=true"
|
runnerArgs = "-Dmaven.test.failure.ignore=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user