How to add chrome version in agent configuration parameters
I want to specify somehow the currently installed on agent instance chrome version in agent configuration parameters.
I need this to relates to the version value from build configuration.
How can I do this?
Please sign in to leave a comment.
Hi,
I'm sorry but I'm not really sure I understand what the requirement is.
I seem to understand that you want to install a specific version of chrome in the agents, then I'm afraid that the only way is to either do it manually or set up a build step that runs a script that runs it manually. We don't provide a chrome installer or chrome versioning scheme natively so you will have to set it up on your own.
If you already have a script, then you can set up build parameters to control versioning per project or build configuration and reference them from within the script: https://confluence.jetbrains.com/display/TCD18/Configuring+Build+Parameters
Yeah, I thought that there is some plugin to get the installed Chrome version on Agent machine like it is for DotNetFramework or grunt and npm.
Thought that I can relate to this parameter from Build configuration.
I used custom PowerShell script to get Chrome version.
Thanks!