Skip to content

isabella232/teamcity-sysinfo-plugin

 
 

Repository files navigation

official JetBrains project License

sysinfo plugin for

This plugin provides an ability to extract Windows system information and to publish it to agents' configuration parameters during the agents' initialization. Extracts detailed configuration information about a computer and its operating system, including operating system configuration, security information, product ID, and hardware properties, such as RAM, disk space, and network cards. For an example, see the list of configuration parameters.

Install

To install the plugin, put the sysinfo-agent.zip to the 'plugins' directory under the TeamCity data directory. Restart the server.

Implemention

This project contains 3 modules: 'sysinfo-server', 'sysinfo-agent', and 'sysinfo-common'. They contain code for server and agent parts, and a common part, available to both (agent and server). When implementing components for the server and agent parts, remember to update spring context files under 'main/resources/META-INF'. See TeamCity documentation for details on plugin development.

Build

Use the 'mvn package' command from the root project to build your plugin. The resulting 'sysinfo-agent.zip' package will be placed in the 'target' directory. The build is configured on the JetBrains TeamCity build server.

Contributors

Resources

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%