Downloads:
490,590
Downloads of v 6.0.0:
19
Last Update:
02 Jun 2023
Package Maintainer(s):
Software Author(s):
- JetBrains
Tags:
teamcity build agent ci continuous integration admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TeamCity Build Agent
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
490,590
Downloads of v 6.0.0:
19
Software Author(s):
- JetBrains
TeamCity Build Agent
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by JetBrains. The inclusion of JetBrains trademark(s), if any, upon this webpage is solely to identify JetBrains goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Validation Testing Failed
Verification Testing Exemption:
Requires Team City Server
Scan Testing Pending
This package was rejected on 07 Jul 2023. The reviewer chocolatey-ops has listed the following reason(s):
TeamCity Build Agent for jetbrains.com/teamcity. It is a piece of software which listens for the commands from the TeamCity server and starts the actual build processes. Install requires at least serverUrl parameter, e.g. -params 'serverurl=http://...', also supported are agentName, agentDir, ownPort and possibly others. If looking to see what changes in the agent config files during the run use -v argument to choco.exe.
$ErrorActionPreference = 'Stop' # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# Don't use ConvertFrom-StringData as it corrupts Windows paths like C:\buildAgent
function Get-PropsDictFromJavaPropsFile ($configFile) {
# Returns configProps ordered dict
$config = Get-Content $configFile
Write-Verbose "$config"
$configProps = [ordered]@{}
$config | %{if (`
(!($_.StartsWith('#')))`
-and (!($_.StartsWith(';')))`
-and (!($_.StartsWith(";")))`
-and (!($_.StartsWith('`')))`
-and (($_.Contains('=')))){
$props = @()
$props = $_.split('=',2)
Write-Verbose "Props are $props"
$configProps.add($props[0],$props[1])
}
}
return $configProps
}
$installParametersFile = "$toolsDir/install-parameters.txt"
$installParameters = Get-PropsDictFromJavaPropsFile $installParametersFile
$installParameters.GetEnumerator() | % { "$($_.Name)=$($_.Value)" } | Write-Verbose
$agentDir = $installParameters["agentDir"]
$agentName = $installParameters["agentName"]
$agentDrive = split-path $agentDir -qualifier
$workingDirectory = Join-Path $agentDir "bin"
Start-ChocolateyProcessAsAdmin "Set-Location $workingDirectory; Start-Process -FilePath .\service.stop.bat -Wait"
Sleep 2
Start-ChocolateyProcessAsAdmin "Set-Location $workingDirectory; Start-Process -FilePath .\service.uninstall.bat -Wait"
$ErrorActionPreference = 'Stop'; # stop on all errors
$packageName = 'TeamCityAgent'
$zipFileName = 'buildAgent.zip'
$uninstalled = $false
Uninstall-ChocolateyZipPackage -PackageName $packageName `
-ZipFileName $zipFileName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# Don't use ConvertFrom-StringData as it corrupts Windows paths like C:\buildAgent
function Get-PropsDictFromJavaPropsFile ($configFile) {
# Returns configProps ordered dict
$config = Get-Content $configFile
Write-Verbose "$config"
$configProps = [ordered]@{}
$config | %{if (`
(!($_.StartsWith('#')))`
-and (!($_.StartsWith(';')))`
-and (!($_.StartsWith(";")))`
-and (!($_.StartsWith('`')))`
-and (($_.Contains('=')))){
$props = @()
$props = $_.split('=',2)
Write-Verbose "Props are $props"
$configProps.add($props[0],$props[1])
}
}
return $configProps
}
$installParametersFile = "$toolsDir/install-parameters.txt"
$installParameters = Get-PropsDictFromJavaPropsFile $installParametersFile
$installParameters.GetEnumerator() | % { "$($_.Name)=$($_.Value)" } | Write-Verbose
$agentDir = $installParameters["agentDir"]
if (Test-Path $agentDir) {
"Removing $agentDir"
Remove-Item $agentDir -force -recurse
}
$uninstalled = $true
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TeamCity Build Agent 6.0.1 | 13212 | Monday, June 5, 2023 | Approved | |
TeamCity Build Agent 5.0.3 | 64172 | Friday, November 13, 2020 | Approved | |
TeamCity Build Agent 5.0.2 | 884 | Wednesday, November 11, 2020 | Approved | |
TeamCity Build Agent 5.0.1 | 336 | Tuesday, November 10, 2020 | Approved | |
TeamCity Build Agent 5.0.0 | 165 | Tuesday, November 10, 2020 | Approved | |
TeamCity Build Agent 4.1.0 | 16908 | Tuesday, July 14, 2020 | Approved | |
TeamCity Build Agent 4.1.0-beta-2 | 242 | Thursday, June 18, 2020 | Approved | |
TeamCity Build Agent 4.1.0-beta-1 | 216 | Monday, May 18, 2020 | Approved | |
TeamCity Build Agent 4.0.2 | 55674 | Thursday, November 28, 2019 | Approved | |
TeamCity Build Agent 4.0.1 | 186 | Thursday, November 28, 2019 | Approved | |
TeamCity Build Agent 4.0.0 | 28779 | Wednesday, June 12, 2019 | Approved | |
TeamCity Build Agent 3.0.1 | 6942 | Tuesday, January 22, 2019 | Approved | |
TeamCity Build Agent 3.0.0 | 8789 | Thursday, January 17, 2019 | Approved | |
TeamCity Build Agent 3.0.0-beta-2 | 273 | Thursday, January 17, 2019 | Approved | |
TeamCity Build Agent 3.0.0-beta-1 | 272 | Thursday, January 17, 2019 | Approved | |
TeamCity Build Agent 2.3.0-beta-1 | 398 | Wednesday, July 11, 2018 | Approved | |
TeamCity Build Agent 2.2.1 | 203851 | Friday, April 13, 2018 | Approved | |
TeamCity Build Agent 2.1.2 | 19854 | Thursday, October 19, 2017 | Approved | |
TeamCity Build Agent 2.1.1 | 12412 | Tuesday, August 1, 2017 | Approved | |
TeamCity Build Agent 2.1.0 | 411 | Wednesday, July 19, 2017 | Approved | |
TeamCity Build Agent 2.0.1-beta-12 | 442 | Wednesday, July 19, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-11 | 533 | Friday, March 3, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-10 | 471 | Thursday, March 2, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-09 | 458 | Wednesday, March 1, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-08 | 434 | Wednesday, March 1, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-07 | 455 | Tuesday, February 28, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-06 | 521 | Friday, January 13, 2017 | Exempted | |
TeamCity Build Agent 2.0.1-beta-05 | 700 | Friday, November 4, 2016 | Exempted | |
TeamCity Build Agent 2.0.1-beta-04 | 497 | Thursday, November 3, 2016 | Exempted | |
TeamCity Build Agent 2.0.1-beta-03 | 516 | Friday, October 28, 2016 | Exempted | |
TeamCity Build Agent 2.0.1-beta-02 | 525 | Tuesday, October 18, 2016 | Exempted | |
TeamCity Build Agent 2.0.1-beta-01 | 484 | Monday, October 17, 2016 | Exempted | |
TeamCity Build Agent 2.0.0 | 34392 | Friday, October 14, 2016 | Approved | |
TeamCity Build Agent 1.2.1 | 517 | Friday, October 14, 2016 | Approved | |
TeamCity Build Agent 1.2.0 | 660 | Friday, October 14, 2016 | Approved | |
TeamCity Build Agent 1.1.0 | 9062 | Tuesday, December 9, 2014 | Approved | |
TeamCity Build Agent 1.0.9 | 638 | Monday, September 29, 2014 | Approved | |
TeamCity Build Agent 1.0.8 | 518 | Monday, September 29, 2014 | Approved | |
TeamCity Build Agent 1.0.7 | 531 | Monday, September 29, 2014 | Approved | |
TeamCity Build Agent 1.0.6 | 605 | Thursday, July 3, 2014 | Approved | |
TeamCity Build Agent 1.0.5 | 837 | Thursday, March 13, 2014 | Approved | |
TeamCity Build Agent 1.0.4 | 580 | Wednesday, March 12, 2014 | Approved | |
TeamCity Build Agent 1.0.3 | 605 | Wednesday, March 12, 2014 | Approved | |
TeamCity Build Agent 1.0.2 | 529 | Tuesday, March 11, 2014 | Approved | |
TeamCity Build Agent 1.0.1 | 476 | Wednesday, March 5, 2014 | Approved | |
TeamCity Build Agent 1.0.0 | 609 | Thursday, February 20, 2014 | Approved |
JetBrains s.r.o.
Version 3.x of this package uses AdoptOpenJDK. Version 4.x depends on Chocolatey 0.10.14.
-
- corretto11jdk (≥ 11.0.19)
Ground Rules:
- This discussion is only about TeamCity Build Agent and the TeamCity Build Agent package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TeamCity Build Agent, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
maartenba (maintainer) on 02 Jun 2023 06:14:24 +00:00:
User 'maartenba' (maintainer) submitted package.
maartenba (maintainer) on 02 Jun 2023 06:14:25 +00:00:
User 'maartenba' (maintainer) submitted package.
chocolatey-ops (reviewer) on 02 Jun 2023 06:46:52 +00:00:
TeamCityAgent has failed automated validation.
Requirements
Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.
chocolatey-ops (reviewer) on 22 Jun 2023 06:47:20 +00:00:
We've found TeamCityAgent v6.0.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 07 Jul 2023 06:48:22 +00:00:
Unfortunately there has not been progress to move TeamCityAgent v6.0.0 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.