[go-cd] Is possible to run task parallel

2024-01-04 Thread Vijay A

I have installed GoCD server. And Installed one GoCD Agent.

Now i created a new pipeline : Pipeline1

Created one stage : Stage1

Now two jobs: Job1 and Job2

As i am having one GoAgent, does these two jobs will be executed 
parallely.is there any way to achieve this ? 

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/b832fcba-6af7-4516-8420-3e97055bf486n%40googlegroups.com.


[go-cd] About multiple go agent

2023-09-07 Thread Vijay A
Hi Team,

I am new here it is possible to have multiple go agent in same machine 
using docker compose file.we have setup go and agent using docker-compose.

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/79df35f1-b288-45ae-bd88-b4a37eb61508n%40googlegroups.com.


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 create that directory and file and configure the values 
>> there?
>> The RPM does not deliver that directory.
>>
>
> I don't think that'll work. The person mentioned 18.10, which is over 4 
> years old. No one should really be using it. But, if they are, then they 
> should follow the correct documentation: https://docs.gocd.org/18.10.0/ 
>
> I think wrapper-properties was introduced later.
>
> Cheers,
> Aravind
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/58cd9fec-47d6-4b40-bd42-eda43d56c9fen%40googlegroups.com.


[go-cd] gocd agent 18.10

2022-11-07 Thread VIjay
Hi,
I have installed gocd-agent 18.10 on linux centos 7.
when i look for /usr/share/go-agent/wrapper-config/wrapper-properties.conf 
file I am not seeing that.

Where can i find this file?
I am trying to configure go-server settings.

thanks
VJ

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/f022d7f5-0a1a-45c0-824a-d00099d1816an%40googlegroups.com.


Re: [go-cd] Gocd backup error

2022-09-08 Thread VIjay
On gocd admin backup page its shows -  *Available disk space in backup 
directory:* 863 GB

On Thursday, September 8, 2022 at 3:08:35 PM UTC-4 ashwant...@gmail.com 
wrote:

> Can you check disk space usage where `serverBackups` exist?
>
> Thanks,
>
>
> On Fri, 9 Sept 2022 at 00:10, VIjay  wrote:
>
>> Hi,
>> I am trying to perform gocd-server backup.
>> My gocd-server version is - 18.10.0
>>
>> when hit perform back up  I am seeing below error-
>> Failed to perform backup. Reason: Could not create the backup directory.
>>
>> *when i run below command on server - *
>>  ls ${ARTIFACT_REPOSITORY_LOCATION}
>> I can see *serverBackups *directory exists but shows in *red*. 
>>
>> Any idea how can we fix this?
>>
>> -- 
>> 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+un...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/go-cd/2ed51cbe-3653-4460-84ae-2badb8e49cb0n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/2ed51cbe-3653-4460-84ae-2badb8e49cb0n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
>
> Ashwanth Kumar / ashwanthkumar.in
>
>

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/a7803770-6c23-49d0-8a9d-790103e03418n%40googlegroups.com.


[go-cd] Gocd backup error

2022-09-08 Thread VIjay
Hi,
I am trying to perform gocd-server backup.
My gocd-server version is - 18.10.0

when hit perform back up  I am seeing below error-
Failed to perform backup. Reason: Could not create the backup directory.

*when i run below command on server - *
 ls ${ARTIFACT_REPOSITORY_LOCATION}
I can see *serverBackups *directory exists but shows in *red*. 

Any idea how can we fix this?

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/2ed51cbe-3653-4460-84ae-2badb8e49cb0n%40googlegroups.com.


[go-cd] Trying to use default kubernetes elastic agent profile (demo-app)

2022-03-15 Thread Vijay Dirisala
Hi,

I have the latest version of gocd installed via helm on Docker for Desktop 
on Windows. The default getting_started_pipeline is working fine. The 
installation created an cluster configuration called k8-cluster-profile and 
an elastic agent profile called demo-app. The getting_started_pipeline is 
running on this agent without any problems.

Now I tried to create my own simple, test pipeline and job settings used 
the same Elastic Agent Profild Id (demo-app). Run Type is "Run on one 
instance." However, my test pipeline is never running. The agent is never 
launched. It's stuck in "Waiting for an agent" state. Is there any other 
configuration/selection logic I'm missing? Is the demo-app profile only 
limited to the getting_started_pipleline somehow? I can't figure out where 
else I can specify the demo-app agent to be used for my test pipeline.

I hope that's clear. Any help is greatly appreciated!

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/8202d324-f945-437d-8178-bd9276265a1fn%40googlegroups.com.