Re: [go-cd] GOCD restart issue

2024-05-07 Thread Vijayakumaran A.
its is just regular container in linux server and used local disk for volume On Tuesday, May 7, 2024 at 9:18:37 PM UTC+5:30 Vijayakumaran A. wrote: > We have started container using docker start servicename. > > Here is the composer file of gocd server part > > server: >

Re: [go-cd] GOCD restart issue

2024-05-07 Thread Vijayakumaran A.
the `go` user. > > -Chad > > On Tue, May 7, 2024 at 11:21 PM Sriram Narayanan > wrote: > >> >> >> On Tue, May 7, 2024 at 10:33 PM Vijayakumaran A. < >> vijayak...@praniontech.com> wrote: >> >>> Team,we have just restarted the gocd c

Re: [go-cd] GOCD server Db issue

2024-04-26 Thread Vijayakumaran A.
eate clear-liquibase-lock.sql with UPDATE DATABASECHANGELOGLOCK SET > LOCKED=0 > 4) run something like this on the main DB file java -cp h2-1.4.200.jar > org.h2.tools.RunScript -url jdbc:h2:./cruise -user sa -script > clear-liquibase-lock.sql > > -Chad > > > On Thu, Ap

Re: [go-cd] Is possible to run task parallel

2024-01-04 Thread Vijayakumaran A.
Thanks.so we can't run multiple stage with one agent.but Is there any possibilities to run the GOCD Task parallely? i have submit my pipeline code here i have one stage with one job 5 task(commands)..i wanted to run all my task(commands) parallel.Please find my attachment here. On Thursday,

Re: [go-cd] Re: GOCD Email server configuration

2023-11-22 Thread Vijayakumaran A.
ething might have changed. > > And which GoCD version (if you have tried both and they don't work on port > 465) > > On Thu, 23 Nov 2023, 14:40 Vijayakumaran A., > wrote: > >> HI PFA, >> >> jvm 1| 2023-11-23 06:39:41,213 ERROR [Thread-2818] >>

Re: [go-cd] Re: GOCD Email server configuration

2023-11-22 Thread Vijayakumaran A.
wrote: > Can you please share the relevant gocd-server logs that would likely have > more information which is useful for debugging. > > Thanks, > > On Thu, 23 Nov 2023 at 11:25, Vijayakumaran A. > wrote: > >> ps:Before 2 month back im used the same that time its works

[go-cd] Re: GOCD Email server configuration

2023-11-22 Thread Vijayakumaran A.
ps:Before 2 month back im used the same that time its works that was installed by apt ubuntu package.Now we are using GOCD by docker. On Thursday, November 23, 2023 at 11:17:14 AM UTC+5:30 Vijayakumaran A. wrote: > Team,I was setting up an email server configuration with my smtp ser

[go-cd] Re: GOCD Email server configuration

2023-11-22 Thread Vijayakumaran A.
ps:Before 2 month back im used the same that time its works On Thursday, November 23, 2023 at 11:17:14 AM UTC+5:30 Vijayakumaran A. wrote: > Team,I was setting up an email server configuration with my smtp server > credentials but its throw error.my credentials are correct. Why am I

[go-cd] GOCD Email server configuration

2023-11-22 Thread Vijayakumaran A.
Team,I was setting up an email server configuration with my smtp server credentials but its throw error.my credentials are correct. Why am I having this error ? There was an unknown error performing the operation. Possible reason (Not Acceptable) -- You received this message because you

[go-cd] Pipeline behaviour

2023-09-12 Thread Vijayakumaran A.
Hi Team,we have multiple pipelines with multiple stages. ex: I have one pipeline which is running every 1 minute and another pipeline which runs every 5 mins.in 2nd pipeline i have 5 stages but before running all my 5 stages in my agent are assigned to another pipeline (like after 2 stages

Re: [go-cd] Regarding docker elastic agent

2023-08-15 Thread Vijayakumaran A.
its quickly. > > I can understand if you're new to this elastic agent setup on gocd this > can be confusing but hopefully this is a one time learning. > > Thanks, > > On Tue, Aug 15, 2023, 18:01 Vijayakumaran A. > wrote: > >> Hi Team, >> >> I have set up a

[go-cd] Regarding docker elastic agent

2023-08-15 Thread Vijayakumaran A.
Hi Team, I have set up a docker elastic agent using docker plugin and created a cluster profile with one elastic profile using* maven:3.6.3-openjdk-11 *docker image. i have one pipeline with one stage build maven job,i wanted to perform just checkout the code and *mvn clean install* using

Re: [go-cd] Regarding Gocd user management

2023-08-09 Thread Vijayakumaran A.
ine stages, and share > some more details/screenshots etc so someone else can reproduce what you > are seeing. > > -Chad > > On Mon, Jul 31, 2023 at 6:05 PM Vijayakumaran A. < > vijayak...@praniontech.com> wrote: > >> Hi Team, >> >> I am new here and explorin

Re: [go-cd] Rollback deployment method

2023-08-09 Thread Vijayakumaran A.
5, 2023 at 9:48:52 PM UTC+5:30 srir...@gmail.com wrote: > On Fri, Aug 4, 2023 at 3:03 PM Vijayakumaran A. < > vijayak...@praniontech.com> wrote: > >> hi Thanks for the reply,actually we are new to gocd and we have simple >> two pipelines as of now. >> >

Re: [go-cd] Need help for setup pipeline

2023-08-08 Thread Vijayakumaran A.
copy the same set of files over again, it also means it will > take twice the space. Today it seems like from your YAML code you're > already fetching the artifact for the pipeline so you're already using > twice the storage space. > > Thanks, > > > On Wed, 9 Aug 2023 at 09:5

Re: [go-cd] Need help for setup pipeline

2023-08-08 Thread Vijayakumaran A.
? but does it need more storage. On Wednesday, August 9, 2023 at 9:40:15 AM UTC+5:30 Vijayakumaran A. wrote: > Hi thanks for the response,Here i have attached my pipeline code. > > On Wed, Aug 9, 2023 at 9:26 AM 'Ashwanth Kumar' via go-cd < > go...@googlegroups.com> wrote: >

Re: [go-cd] Need help for setup pipeline

2023-08-08 Thread Vijayakumaran A.
for each run. > > Thanks, > > On Wed, 9 Aug 2023 at 09:22, Vijayakumaran A. < > vijayakumara...@praniontech.com> wrote: > >> Hi Team, >> >> I have one requirement, we have a php application,Whenever a developer >> pushes their code to a repository, gocd auto

[go-cd] Need help for setup pipeline

2023-08-08 Thread Vijayakumaran A.
Hi Team, I have one requirement, we have a php application,Whenever a developer pushes their code to a repository, gocd automatically triggers the pipeline and deploy the latest code to the php project directory. example : php project dir : /var/ww/html Whenever pushes happen my pipeline

[go-cd] Multi gocd server

2023-08-06 Thread Vijayakumaran A.
Hi Team, It is possible to setup multi master (gocd server) ? -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+unsubscr...@googlegroups.com. To view this

Re: [go-cd] Rollback deployment method

2023-08-04 Thread Vijayakumaran A.
n your target platform, tooling and application design. > > https://www.gocd.org/2017/06/20/hotfixes-rollback-rollforward.html may be > useful alongside the wider series at > https://www.gocd.org/tags/modeling-deployment-pipelines.html > > -Chad > > On Fri, 4 Aug 2023, 13:58 Vijayaku

[go-cd] Rollback deployment method

2023-08-03 Thread Vijayakumaran A.
Hi Team, How to rollback to the previous deployment. Please any one share any ideas/Docs to refer. -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[go-cd] Regarding Gocd user management

2023-07-31 Thread Vijayakumaran A.
Hi Team, I am new here and exploring gocd. i have setup one pipeline and created two users ex:(user1,user2).i have set specific permission only user1 able to trigger the pipeline. when i login as user2 im not able to trigger the pipeline its working but user2 able to pause the pipeline i don't