Ketan Padegaonkar
Ketan Padegaonkar
I'm going to add the recipes here instead of on #52 since this feels more appropriate. Recipe to install go agent via zip file. ``` ruby install_path = 'C:\go-agent-15.2.0' directory...
Recipe to install go agent via installer ``` ruby install_path = 'C:\GoAgent' if Chef::Config['solo'] || node['gocd']['agent']['go_server_host'] Chef::Log.info("Attempting to use node['gocd']['agent']['go_server_host'] attribute for server host") go_server_host = node['gocd']['agent']['go_server_host'] autoregister_key = node['gocd']['agent']['autoregister']['key']...
Clearly there's a lot of copy paste that has happened, and it should be possible to DRY up and improve the recipes.
there was no wrapper, just a frankenstein recipe based on merging the linux agent recipe(for the autoregistration) and the existing agent windows recipe. What I've provided is an exact copy...
As you can probably see from my message on the gitter channel, I've not had much time to look into this. @tomzo, I do have a very rough and possibly...
> I'm going to dump whatever recipes I have with windows support, in another comment for someone to pick it up. I've added the recipes on #50 instead of this...
I think we should be able to apply the server identifier as a label and filter using that. As long as the 2 different servers use different identifiers, things should...
I can confirm that this used to work before, but not anymore. Surprisingly, it's not working on FF on my computer. - Ketan On Mon, Aug 26, 2019 at 4:14...
Hi @RomainLanz - thanks for responding. I'm looking to do some templating in the frontend, not looking to do this via backend. EJS is what I'm familiar with, and trying...
> Is missing results due to this convention a prevalent issue in the Maven ecosystem? > If it's a prevalent issue, then realistically we may need to handle this in...