Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Sriram Narayanan
On Tue, 19 Mar 2024 at 5:29 PM, Chad Wilson wrote: > That looks normal to me. > > I don't know - my only other suggestions to narrow it down are the same as > earlier: > >- check the browser console for Javascript errors when loading these >pages >- check the browser debugger

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Chad Wilson
That looks normal to me. I don't know - my only other suggestions to narrow it down are the same as earlier: - check the browser console for Javascript errors when loading these pages - check the browser debugger "network" tab to see if requests under the "JS" and "XHR" types are

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Suthar robert
{ "_links" : { "self" : { "href" : "https://serverurl.com/go/api/admin/plugin_info; }, "doc" : { "href" : "https://api.gocd.org/23.3.0/#plugin-info; }, "find" : { "href" : "https://serverurl.com/go/api/admin/plugin_info/:id; } }, "_embedded" : { "plugin_info" : [ { "_links" : { "self" : { "href" :

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Chad Wilson
There is nothing you should *need* to configure that affects seeing those raw template values like {{ GOINPUTNAME['url'].$error.server }} . You should never see these - it means there is a problem in how your browser is loading the plugin view and displaying plugin responses to you. We need to

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Suthar robert
i check using the inspect, in the response of the network tab it require key and value in it. In a working environment which is local host it has the key and value in it, But in the configured url which i mean i deployed the gocd into the specific domain url in the server, in that environment

Re: [go-cd] SCM VALIDATE FAILED

2024-03-19 Thread Chad Wilson
Version 1.4.0 of the plugin has never been officially released, so I am not sure if that is stable, but I do not get those errors with that version either. Please try and be specific about the version you are using in different environments - do you mean "1.4.0-RC4" from here

Re: [go-cd] SCM VALIDATE FAILED

2024-03-18 Thread Suthar robert
In the same browser when i use localhost gocd server it working fine. The version plugin is 1.4.0, so here the problem when i launched the config gocd which is have own url in it for security purpose. It display like this, whoever visit this url and use this scm plugin it display the error. i

Re: [go-cd] SCM VALIDATE FAILED

2024-03-18 Thread Chad Wilson
Sorry, I don't think the screenshot came through correctly - please try again? On Mon, Mar 18, 2024 at 7:39 PM Suthar robert wrote: > Sure here i am using a gocd versoin = 23.3.0, plugins is git featrure > plugin which is the link i provide here >

Re: [go-cd] SCM VALIDATE FAILED

2024-03-18 Thread Suthar robert
Sure here i am using a gocd versoin = 23.3.0, plugins is git featrure plugin which is the link i provide here https://github.com/ashwanthkumar/gocd-build-github-pull-requests the browser i am using chrome when i click a create new pluggable scm, it automatically arises like this, when i

Re: [go-cd] SCM VALIDATE FAILED

2024-03-18 Thread Chad Wilson
It may help if you share screenshots of exactly what you are doing and entering in the fields, as it's a bit difficult to understand what you are seeing? Can you also share the versions of your GoCD server and plugins, plus which browser you are using? On Mon, Mar 18, 2024 at 5:51 PM Suthar

[go-cd] SCM VALIDATE FAILED

2024-03-18 Thread Suthar robert
Hi all, I am using a git feature plugin for my works here, for that i need to configure the scm plugin in it. So that i can able to use git feature plugin, i am a facing a problem here which is validate which return without entering the value in the field which is like {{