mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 23:32:35 +03:00
remove configuration
This commit is contained in:
26
.teamcity/settings.kts
vendored
26
.teamcity/settings.kts
vendored
@@ -1,26 +0,0 @@
|
|||||||
package Netology.buildTypes
|
|
||||||
|
|
||||||
import jetbrains.buildServer.configs.kotlin.v2019_2.*
|
|
||||||
|
|
||||||
object ExampleTeamcity_Build : BuildType({
|
|
||||||
id = AbsoluteId("ExampleTeamcity_Build")
|
|
||||||
name = "Build"
|
|
||||||
|
|
||||||
artifactRules = "target/*.jar"
|
|
||||||
|
|
||||||
vcs {
|
|
||||||
root(AbsoluteId("ExampleTeamcity_HttpsGithubComAragastmatbExampleTeamcityGitRefsHeadsMaster"))
|
|
||||||
}
|
|
||||||
|
|
||||||
steps {
|
|
||||||
maven {
|
|
||||||
goals = "clean test"
|
|
||||||
runnerArgs = "-Dmaven.test.failure.ignore=true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
triggers {
|
|
||||||
vcs {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
Reference in New Issue
Block a user