Re: [go-cd] Re: GoCD 22.3 does not appear to allow windows file paths for git urls

2022-11-09 Thread Chad Wilson
I am curious, does a UNC path work with `git clone` on the command line? It's possible this happened as a side effect of strengthening the validation in 21.3.0 (https://www.gocd.org/releases/#21-3-0) due to https://github.com/gocd/gocd/security/advisories/GHSA-xx28-8pr9-6xqh On Thu, Nov 10, 2022

[go-cd] Re: GoCD 22.3 does not appear to allow windows file paths for git urls

2022-11-09 Thread Funkycybermonk
It appears that I am able to change it from a unc path to a file protocol path to get the slashes the other direction and it does work. I'm not sure there is a specific reason but it actually seems to shave about 5 seconds off the time to pull the resources in. If this isn't a concern for

[go-cd] GoCD 22.3 does not appear to allow windows file paths for git urls

2022-11-09 Thread Funkycybermonk
Hello! It appears that on start, 22.2/22.3 at least try to validate the git urls in my cruise xml. The issue is that it doesn't seem to allow windows file or unc paths like . I can change them to something else temporarily but it appears that the xml validation will always fail. Is there a

Re: [go-cd] gocd agent 18.10

2022-11-09 Thread VIjay
Thanks, I was looking exactly same information. I know its 4y old build but trying to replace existing system with minimal changes :) On Tuesday, November 8, 2022 at 10:32:57 AM UTC-5 Aravind SV wrote: > Hello! > > On Tue, Nov 8, 2022 at 1:26 PM Sriram Narayanan wrote: > >> Could you just

Re: [go-cd] How to Print Secure Variable Value In console

2022-11-09 Thread 'Ashwanth Kumar' via go-cd
It is by design GoCD does not print secure variables in the console. It is no longer secure if folks can just env on the command to see the variables. The value will be passed correctly to the program. You shouldn't try to print the variable in stdout/stderr, if you must absolutely check the

[go-cd] How to Print Secure Variable Value In console

2022-11-09 Thread Nayan Makwana
Hello Folks, I am trying to Print secure variable values in the console using my customer plugin but rather than AEC or any clear data I got only * value please help me let me know how to print the secure variable values in the console. Thank you in advance Regards Nayan Makwana --