mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 15:22:35 +03:00
push marster
This commit is contained in:
2
.teamcity/settings.kts
vendored
2
.teamcity/settings.kts
vendored
@@ -66,7 +66,7 @@ object BuildDeploy : BuildType({
|
|||||||
name = "Deploy to Nexus"
|
name = "Deploy to Nexus"
|
||||||
|
|
||||||
conditions {
|
conditions {
|
||||||
contains("teamcity.build.branch", "master")
|
contains("teamcity.build.branch", "marster")
|
||||||
}
|
}
|
||||||
goals = "clean deploy"
|
goals = "clean deploy"
|
||||||
runnerArgs = "-Dmaven.test.failure.ignore=true"
|
runnerArgs = "-Dmaven.test.failure.ignore=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user