Skip to content

Commit

Permalink
Add link to TC doc
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Nov 20, 2023
1 parent a1d99bd commit e96963f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ project.tasks.register("reportVersionToTeamCity", DefaultTask) {
task.group = GroupNames.PUBLISHING
task.description = "Report version number (${labkeyVersion}) to TeamCity"
task.doLast({
// https://www.jetbrains.com/help/teamcity/2018.1/build-script-interaction-with-teamcity.html#adding-or-changing-a-build-parameter
println "##teamcity[setParameter name='labkey.version' value='${labkeyVersion}']"
})
}
Expand Down

0 comments on commit e96963f

Please sign in to comment.