[go-cd] Re: GoCD - Deploy using an artefact rather using git checkout - URGENT please

2020-08-05 Thread Helge Walter
Hello Prakash, I think you should describe your setup and relation of the files you are talking about a little more in detail: 1. What is this artifact on the Artifactory? 2. Where is this make file located? In the artifact or in the source code repository? 3. If it's in the source

[go-cd] Re: GoCD - Deploy using an artefact rather using git checkout - URGENT please

2020-08-05 Thread Prakash Tirumalareddy
Thanks for your email Jason. When we try this option, there is NO files to execute the command. My make file is not there so that stage can't do anything. What I am after is, the stage should be download the artefact from Artifactory and then run the make command. Regards Prakash On Thursday,

[go-cd] Re: GoCD - Deploy using an artefact rather using git checkout - URGENT please

2020-08-05 Thread Jason Smyth
Hello Prakash, You wrote in your initial post: I know there is a stage configuration which says not to checkout the > material. But when we enable this option then there is no way in that stage > to do required task. Why can GoCD not do the required task if materials are not fetched from

[go-cd] Agents going Lost Contact after a while and warnings in the server about remoteBuildRepository

2020-08-05 Thread Diogo Oliveira
(Note: I originally opened this as an issue in GitHub, thanks @Aravind SV for pointing me to the right place) We migrated our Go Server to a new server with a PostgreSQL database (without migrating any data), and we created agents with a fresh installation of GoCD Agent. Both server and agents

Re: [go-cd] Digest for go-cd@googlegroups.com - 6 updates in 3 topics

2020-08-05 Thread Sasa Mitrovic
Yes, as already mentioned there are at least 10 ways how you can do it. all depends of your project. As general approach after all jobs finished you should have all artifacts uploaded to server as Test artifacts. you need to figure out stage, jobs, task organization which is needed as best

Re: [go-cd] Re: Can anyone help me with the steps to get reports in custom tab from all jobs running in parallel in one stage, AS i have noticed i am getting report only for 1 stage and other stage re

2020-08-05 Thread Jason Smyth
Hi Sunaina, If you want to merge the HTML reports from multiple GoCD Jobs into a single HTML document, you will need a process that runs after all of the relevant Jobs has completed. The simplest way to accomplish this in GoCD is to add a new Stage that can consume the artifacts generated in

[go-cd] Re: GoCD - Deploy using an artefact rather using git checkout - URGENT please

2020-08-05 Thread Prakash Tirumalareddy
Hello Helge Thanks for your kind reply. Either of the option is not solving the git-checkout at every stage. Is there way we can achieve to run stage by executing download the artefacts from Artifactory. (Can we put curl command in the pipeline.yaml itself? if so can you please give me some

Re: [go-cd] Re: Can anyone help me with the steps to get reports in custom tab from all jobs running in parallel in one stage, AS i have noticed i am getting report only for 1 stage and other stage re

2020-08-05 Thread Sunaina Awadhiya
Thanks Sim, Really helpful information. I did create different folder path for html report for 2 separate jobs which are executing in parallel and i have got html reports successfully for both jobs but most of the times only 1 job return html report. So just curious to know what could be the

[go-cd] Re: GoCD - Deploy using an artefact rather using git checkout - URGENT please

2020-08-05 Thread Helge Walter
Hello Prakash, there are 2 ways to achieve this: 1. You can store the created artifact from the previous stage as a resulting artifact ( https://docs.gocd.org/20.4.0/configuration/managing_artifacts_and_reports.html) and then fetch the artifact in the next stage with the "Fetch Artifact" task

[go-cd] GoCD - Deploy using an artefact rather using git checkout - URGENT please

2020-08-05 Thread Prakash Tirumalareddy
Hello Everyone Is there anyway we can configure a particular stage not to do git-checkout and instead download the artefacts from external repository (such jfrog artifactory) which was built and pushed in previous stage? Currently what have seen that at every stage it does the git-checkout for

[go-cd] Re: Performance Issue in GoCD

2020-08-05 Thread Bala s
All, Any suggestions? Thanks, Bala On Wednesday, July 29, 2020 at 4:57:01 PM UTC+5:30, Bala s wrote: > > All, > > > > We are facing issues with pipeline trigger and it takes almost 4 mins to > reflect in UI. Can someone faced this issue before. > > > Already, i have looked upon the below url