TeamCity change in 'Spring Petclinic' project: runners of 'Deploy' build configuration were updated

This commit is contained in:
tommaso@teklada.com 2024-05-18 11:54:44 +00:00 committed by teamcity
parent 3a6274c082
commit 9d0bc373cd

View file

@ -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%""""
} }