mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
TeamCity change in 'Spring Petclinic' project: runners of 'Deploy' build configuration were updated
This commit is contained in:
parent
3a6274c082
commit
9d0bc373cd
1 changed files with 1 additions and 1 deletions
2
.teamcity/settings.kts
vendored
2
.teamcity/settings.kts
vendored
|
@ -157,7 +157,7 @@ object Deploy : BuildType({
|
||||||
val githubToken = getArg(args,"token" )
|
val githubToken = getArg(args,"token" )
|
||||||
|
|
||||||
val releaseId = createRelease(client, githubToken, repoOwner, repoName, tagName, releaseName, releaseDescription)
|
val releaseId = createRelease(client, githubToken, repoOwner, repoName, tagName, releaseName, releaseDescription)
|
||||||
//uploadFileToRelease(client, githubToken, repoOwner, repoName, releaseId, filePath)
|
uploadFileToRelease(client, githubToken, repoOwner, repoName, releaseId, filePath)
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
arguments = """-repoOwner "TPG-Teklada" -repoName "spring-petclinic" -tagName "v1.0.0" -releaseName "Release 1.0.0" -description "Description of the release" -filePath "*.jar" -token "%github_key%""""
|
arguments = """-repoOwner "TPG-Teklada" -repoName "spring-petclinic" -tagName "v1.0.0" -releaseName "Release 1.0.0" -description "Description of the release" -filePath "*.jar" -token "%github_key%""""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue