Re: [go-cd] How to remove pipeline console log files 7 days old

2023-04-03 Thread Nayan Makwana
Thank you @chad

This help me allot in my production setup.


On Saturday, April 1, 2023 at 5:13:21 PM UTC+5:30 Chad Wilson wrote:

There's nothing built-in to do this.

There are a few separate tools around such as 'gocd-janitor' to try and 
implement configurable artifact deletion (and console logs are a special 
'artifact' in GoCD) if you also want to delete the other artifacts and 
GoCDs simple artifact cleanup (due to nearly full disk) isn't sufficient or 
desirable.

If you want to target just the console logs, you'd have to write something 
to do this, perhaps a shell 'find' command that looks for all the 
'cruise-output' directories inside the artifacts storage directory where 
the console logs are stored and deletes them if they were last modified 
more than x days ago. Be careful :)

-Chad

On Sat, 1 Apr 2023, 17:36 Nayan Makwana,  wrote:

Hello Folks,

I read all the GoCD configuration document i did not find the way to delete 
console output of every pipeline.

I want to delete console output history which is more than 30 days old I am 
using 22.3.0 Go-server 

Please help me out for this scenario.


Thank you.
Nayan Makwana  

-- 
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/4627a960-1176-4848-bb24-0d408c2da830n%40googlegroups.com
 
<https://groups.google.com/d/msgid/go-cd/4627a960-1176-4848-bb24-0d408c2da830n%40googlegroups.com?utm_medium=email&utm_source=footer>
.

-- 
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/3a535958-f392-491d-b1d3-1d17153c5c70n%40googlegroups.com.


[go-cd] How to remove pipeline console log files 7 days old

2023-04-01 Thread Nayan Makwana
Hello Folks,

I read all the GoCD configuration document i did not find the way to delete 
console output of every pipeline.

I want to delete console output history which is more than 30 days old I am 
using 22.3.0 Go-server 

Please help me out for this scenario.


Thank you.
Nayan Makwana 

-- 
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/4627a960-1176-4848-bb24-0d408c2da830n%40googlegroups.com.


[go-cd] How to add description to enviroemt

2023-01-20 Thread Nayan Makwana
Is there any option are available to add description for environment if yes 
than i can add description..



Thank you in advance 
Nayan Makwana

-- 
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/680c3765-bb9e-40f9-8f0f-db5ae02568can%40googlegroups.com.


[go-cd] how to add disction for agent or enviroment

2023-01-20 Thread Nayan Makwana
is there any kind of support so user or admin can add description for 
environment. f yes than how ???



thank you in advance 
Nayan Makwana 

-- 
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/cf64157b-7e3b-4130-8033-95818a6a776bn%40googlegroups.com.


Re: [go-cd] Move server from windows to linux server

2023-01-20 Thread Nayan Makwana
thank you for your valuable replay i forgot to restore my db dump that's 
why i didn't get my agent back

On Saturday, January 14, 2023 at 6:52:18 AM UTC+5:30 srir...@gmail.com 
wrote:

> On Fri, 13 Jan 2023 at 1:39 PM, Nayan Makwana  
> wrote:
>
>> Dear folks 
>> i am unable to get my all agent after moving my server from windows to 
>> Linux on same IP so how to retrieve my all agents please help me out for 
>> the same 
>
>
> Do the logs on the agent reveal anything about the connection with the 
> server? 
>
>
>>
>> thank you 
>> Nayan Makwana 
>>
>> -- 
>> 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/fc4d192e-8fb9-4f73-9d13-6d7933889cf0n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/fc4d192e-8fb9-4f73-9d13-6d7933889cf0n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/8a331685-6669-470c-8b78-3a4d0645f66bn%40googlegroups.com.


Re: [go-cd] i am getting error while taking backup

2023-01-20 Thread Nayan Makwana
thank you for you valuable replays i forgot to restore my dump

On Saturday, January 14, 2023 at 9:13:10 AM UTC+5:30 Chad Wilson wrote:

> Also might want to check you have installed pg_dump and the postgres tools 
> on the server and they are available on the PATH. GoCD does not package the 
> required tools specific to your database choice.
>
> -Chad
>
> On Sat, 14 Jan 2023, 09:19 Sriram Narayanan,  wrote:
>
>> Could you verify whether that path in the —file parameter ( shown in the 
>> error message ) exists?
>>
>> — Sriram
>>
>> On Fri, 13 Jan 2023 at 4:18 PM, Nayan Makwana  
>> wrote:
>>
>>> [image: gocd.png]
>>> I am getting error for while taking backup  
>>>
>>> -- 
>>> 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/d54c17b2-8146-44ee-83d6-56b85202779en%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/go-cd/d54c17b2-8146-44ee-83d6-56b85202779en%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> -- 
>> 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/CANiY96ZnerciGCV9R5EeRk3TRN9nT%3DLUQ%2BPhu8WY5cVuocrWLA%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/CANiY96ZnerciGCV9R5EeRk3TRN9nT%3DLUQ%2BPhu8WY5cVuocrWLA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/f353ae87-2ef3-4923-b606-ad1f6cdf680fn%40googlegroups.com.


[go-cd] i am getting error while taking backup

2023-01-13 Thread Nayan Makwana
[image: gocd.png]
I am getting error for while taking backup 

-- 
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/d54c17b2-8146-44ee-83d6-56b85202779en%40googlegroups.com.


[go-cd] Move server from windows to linux server

2023-01-13 Thread Nayan Makwana
Dear folks 
i am unable to get my all agent after moving my server from windows to 
Linux on same IP so how to retrieve my all agents please help me out for 
the same 

thank you 
Nayan Makwana

-- 
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/fc4d192e-8fb9-4f73-9d13-6d7933889cf0n%40googlegroups.com.


Re: [go-cd] how to get user name who triggerd the pipeline using api

2023-01-13 Thread Nayan Makwana
Thank you sir for helping me out

On Wednesday, January 4, 2023 at 2:28:05 PM UTC+5:30 ketanpad...@gmail.com 
wrote:

>
> https://docs.gocd.org/current/faq/dev_use_current_revision_in_build.html#standard-gocd-environment-variables
>
> On Wed, 4 Jan, 2023, 12:45 Nayan Makwana,  wrote:
>
>> Hello all folks,
>>
>> i want the user name using api who is trigger the pipeline it is possible 
>> or not 
>>
>>
>>
>> reagards,
>> Nayan Makwana 
>>
>> -- 
>> 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/6aa31429-2798-4ece-8a35-1cccf8e97ee7n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/6aa31429-2798-4ece-8a35-1cccf8e97ee7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/25cba5f0-498a-4902-b493-e9707967750cn%40googlegroups.com.


[go-cd] how to get user name who triggerd the pipeline using api

2023-01-03 Thread Nayan Makwana
Hello all folks,

i want the user name using api who is trigger the pipeline it is possible 
or not 



reagards,
Nayan Makwana

-- 
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/6aa31429-2798-4ece-8a35-1cccf8e97ee7n%40googlegroups.com.


Re: [go-cd] Getting Error while creating pipeline using API

2022-11-17 Thread Nayan Makwana
Thank you for your attention, Sir,
But I think I am using the latest version of my SQL

If i have to use any specified version please let me know 
[image: bb.png]

On Thursday, November 17, 2022 at 5:36:46 PM UTC+5:30 
ma...@thoughtworks.com wrote:

> The error you posted tells you the issue: your MySQL version isn’t 
> supported.
>
> Check your version of MySQL against this page: 
> https://docs.gocd.org/current/installation/configuring_database/mysql.html
>
> -Marques
>
> On Wed, Nov 16, 2022 at 10:48 PM Nayan Makwana  
> wrote:
>
>> Hello all,
>> I am getting this kind of error while creating pipeline using api how to 
>> resolve this please help me out for this 
>>
>> [image: Untitled.png]
>>
>>
>> *My script is as bellow *
>>
>> #!/bin/bash
>> machine_ip="server_ip"
>> g_user="none"
>> g_pass="none"
>>  while :; do
>>  read -p "What is your machine IP: " machine_ip
>>  [[ $machine_ip =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]] || { echo 
>> "Enter a valid IP"; continue; }
>>  if [[ $machine_ip =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
>>   break
>>  else
>>   echo "Invalid IP Plese try again"
>>  fi
>>  done
>>
>> read -p "Please Enter ENV name to Create New ENV: " gocd_env
>> read -p "Enter Your Username: " g_user
>> read -p "Enter Your Password: " g_pass
>>
>> curl 'http://'$machine_ip':8153/go/api/admin/pipelines' \
>>   -u $g_user:$g_pass \
>>   -H 'Accept: application/vnd.go.cd.v11+json' \
>>   -H 'Content-Type: application/json' \
>>   -H 'X-pause-pipeline: true' \
>>   -H 'X-pause-cause: "to have more control over when to start the 
>> pipeline after reviewing it"' \
>>   -X POST -d '{ "group": '$gocd_env',
>> "pipeline": {
>> "label_template": "${COUNT}",
>> "lock_behavior": "lockOnFailure",
>> "name": '$gocd_env'_input_task,
>> "template": null,
>> "materials": [
>>   {
>> "type": "git",
>> "attributes": {
>>   "url": "
>> http://192.168.1.21/nayan.makwana/blank.git";,
>>   "destination": "dest",
>>   "filter": null,
>>   "invert_filter": false,
>>   "name": null,
>>   "auto_update": true,
>>   "branch": "main",
>>   "submodule_folder": null,
>>   "shallow_clone": true
>> }
>>   }
>> ],
>> "stages": [
>>   {
>> "name": '$gocd_env'_input_stage,
>> "fetch_materials": true,
>> "clean_working_directory": false,
>> "never_cleanup_artifacts": false,
>> "approval": {
>>   "type": "success",
>>   "authorization": {
>> "roles": [],
>> "users": []
>>   }
>> },
>> "environment_variables": [],
>> "jobs": [
>>   {
>> "name": '$gocd_env'_input_job,
>> "run_instance_count": null,
>> "timeout": 0,
>> "environment_variables": [],
>> "resources": [],
>> "tasks": [
>>   {
>> "type": "exec",
>>   

[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



-- 
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/b81099f2-2b02-4aaf-a95c-1a0c18bf4150n%40googlegroups.com.


[go-cd] How to change user go to root

2022-10-19 Thread Nayan Makwana
Hello Folks,
I am working on a plugin that can delete specific files from my Linux agent 
but is asking me for authentication I have already given all kinds of 
access to the go user but now I want to work with root rather than go, I 
found the file which is located inside the  
*/usr/share/go-agent/bin/go-agent/go-agent 
*I changed the line *RUN_AS_USER=go *to* RUN_AS_USER=root *but after that 
service is not coming up so please suggest me the solution for that 


Thank You In Advance
Nayan Makwana

-- 
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/70a7c5f0-5ddd-4151-9248-7caf4cd7bfdbn%40googlegroups.com.


[go-cd] Re: powershell script hung while running

2022-08-23 Thread Nayan Makwana
Thank you Jason for helping me out 

On Tuesday, August 23, 2022 at 6:58:15 PM UTC+5:30 jsm...@scimarketview.com 
wrote:

> Hello Nayan,
>
> Unlike Bash, PowerShell (PS) stores environment variables in a separate 
> namespace from "regular" variables. The code sample you provided references 
> regular variables, not environment variables.
>
> The easiest way I know of to work with (existing) environment variables in 
> PS is to use the "env" PS drive. This drive provides a shortcut for access 
> environment variables. Some examples:
>
> # Print the value of the "myVar" variable in the current scope:
> Write-Output -InputObject $myVar
>
> # Print the value of the "myVar" environment variable:
> Write-Output -InputObject $env:myVar
>
> # List all environment variables:
> Get-ChildItem -Path env:
>
> With that said, this isn't really a GoCD question. If you have further 
> questions about getting PS to do the things you want it to do, I recommend 
> posting your question(s) to a PowerShell-specific forum.
>
> Regards,
> Jason Smyth
>
> On Tuesday, 23 August 2022 at 09:08:02 UTC-4 makwanan...@gmail.com wrote:
>
>> I trying like this 
>>
>> [image: env_val.png][image: powershell.png]
>>
>> but non of the work for me to print the msg
>> On Tuesday, August 23, 2022 at 6:27:18 PM UTC+5:30 
>> jsm...@scimarketview.com wrote:
>>
>>> Hello Nayan,
>>>
>>> It's tough to say without seeing your code. There are multiple ways to 
>>> access variables in PowerShell, depending on what you are trying to achieve.
>>>
>>> Write-Output (or its alias, echo) takes an object and outputs it to the 
>>> PowerShell pipeline. By default, the pipeline's output is sent to the 
>>> terminal, so one way to print the contents of an environment variable is to 
>>> use the special "env" PowerShell drive:
>>>
>>> Write-Output -InputObject $env:COMPUTERNAME
>>>
>>> Hope this helps.
>>>
>>> Regards,
>>> Jason Smyth
>>>
>>>
>>> On Tuesday, 23 August 2022 at 08:20:09 UTC-4 makwanan...@gmail.com 
>>> wrote:
>>>
>>>> thank you for replay Jason
>>>> i resolve the issue I am truing to run powershell script like 
>>>> .\filename.ps1 but its hugs now I am running as
>>>> * powershell.exe --executionpolicy remotesigned -File file.ps1*
>>>> But now the issue is I unable to access the environment variable in 
>>>> power shell script I tried echo and Write-OutPut but non of them print 
>>>> value of variable so please help me out fir the same 
>>>>
>>>> Thanks and regards
>>>> Nayan Makwana
>>>> On Monday, August 22, 2022 at 8:28:35 PM UTC+5:30 
>>>> jsm...@scimarketview.com wrote:
>>>>
>>>>> Hello Nayan,
>>>>>
>>>>> Would you please clarify what you mean when you say "it hugs"? All of 
>>>>> the following seem likely, and the way to resolve the issue will depend 
>>>>> on 
>>>>> what the actual situation is:
>>>>>
>>>>> 1. GoCD fails to schedule the job.
>>>>> 2. The job is scheduled as expected but is never assigned to an agent.
>>>>> 3. The job is assigned to an agent but the work seems to not get 
>>>>> started.
>>>>> 4. The agent does some of the work but then hangs without completing.
>>>>>
>>>>> Each of these scenarios are different, and each requires different 
>>>>> troubleshooting steps.
>>>>>
>>>>> Do any of them apply to you? Or does "it hugs" mean something else in 
>>>>> this context?
>>>>>
>>>>> Regards,
>>>>> Jason Smyth
>>>>>
>>>>>
>>>>> On Monday, 22 August 2022 at 08:30:13 UTC-4 makwanan...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> Dear folks,
>>>>>> I just created a PowerShell script that just prints a hello msg but 
>>>>>> it hugs when I execute the job 
>>>>>>
>>>>>> how to rectify the issue I am using gocd 22.2.0 Linux server and 
>>>>>> windows 10 gocd agent
>>>>>>
>>>>>> Thank You
>>>>>> Nayan Makwana
>>>>>
>>>>>

-- 
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/a3c15dea-9505-47eb-b2be-bb038d82ee52n%40googlegroups.com.


[go-cd] Re: powershell script hung while running

2022-08-23 Thread Nayan Makwana
I trying like this 

[image: env_val.png][image: powershell.png]

but non of the work for me to print the msg
On Tuesday, August 23, 2022 at 6:27:18 PM UTC+5:30 jsm...@scimarketview.com 
wrote:

> Hello Nayan,
>
> It's tough to say without seeing your code. There are multiple ways to 
> access variables in PowerShell, depending on what you are trying to achieve.
>
> Write-Output (or its alias, echo) takes an object and outputs it to the 
> PowerShell pipeline. By default, the pipeline's output is sent to the 
> terminal, so one way to print the contents of an environment variable is to 
> use the special "env" PowerShell drive:
>
> Write-Output -InputObject $env:COMPUTERNAME
>
> Hope this helps.
>
> Regards,
> Jason Smyth
>
>
> On Tuesday, 23 August 2022 at 08:20:09 UTC-4 makwanan...@gmail.com wrote:
>
>> thank you for replay Jason
>> i resolve the issue I am truing to run powershell script like 
>> .\filename.ps1 but its hugs now I am running as
>> * powershell.exe --executionpolicy remotesigned -File file.ps1*
>> But now the issue is I unable to access the environment variable in power 
>> shell script I tried echo and Write-OutPut but non of them print value of 
>> variable so please help me out fir the same 
>>
>> Thanks and regards
>> Nayan Makwana
>> On Monday, August 22, 2022 at 8:28:35 PM UTC+5:30 
>> jsm...@scimarketview.com wrote:
>>
>>> Hello Nayan,
>>>
>>> Would you please clarify what you mean when you say "it hugs"? All of 
>>> the following seem likely, and the way to resolve the issue will depend on 
>>> what the actual situation is:
>>>
>>> 1. GoCD fails to schedule the job.
>>> 2. The job is scheduled as expected but is never assigned to an agent.
>>> 3. The job is assigned to an agent but the work seems to not get started.
>>> 4. The agent does some of the work but then hangs without completing.
>>>
>>> Each of these scenarios are different, and each requires different 
>>> troubleshooting steps.
>>>
>>> Do any of them apply to you? Or does "it hugs" mean something else in 
>>> this context?
>>>
>>> Regards,
>>> Jason Smyth
>>>
>>>
>>> On Monday, 22 August 2022 at 08:30:13 UTC-4 makwanan...@gmail.com wrote:
>>>
>>>> Dear folks,
>>>> I just created a PowerShell script that just prints a hello msg but it 
>>>> hugs when I execute the job 
>>>>
>>>> how to rectify the issue I am using gocd 22.2.0 Linux server and 
>>>> windows 10 gocd agent
>>>>
>>>> Thank You
>>>> Nayan Makwana
>>>
>>>

-- 
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/c530abea-a5d5-4b39-8a74-5e41ce1857afn%40googlegroups.com.


[go-cd] Re: powershell script hung while running

2022-08-23 Thread Nayan Makwana
thank you for replay Jason
i resolve the issue I am truing to run powershell script like 
.\filename.ps1 but its hugs now I am running as
* powershell.exe --executionpolicy remotesigned -File file.ps1*
But now the issue is I unable to access the environment variable in power 
shell script I tried echo and Write-OutPut but non of them print value of 
variable so please help me out fir the same 

Thanks and regards
Nayan Makwana
On Monday, August 22, 2022 at 8:28:35 PM UTC+5:30 jsm...@scimarketview.com 
wrote:

> Hello Nayan,
>
> Would you please clarify what you mean when you say "it hugs"? All of the 
> following seem likely, and the way to resolve the issue will depend on what 
> the actual situation is:
>
> 1. GoCD fails to schedule the job.
> 2. The job is scheduled as expected but is never assigned to an agent.
> 3. The job is assigned to an agent but the work seems to not get started.
> 4. The agent does some of the work but then hangs without completing.
>
> Each of these scenarios are different, and each requires different 
> troubleshooting steps.
>
> Do any of them apply to you? Or does "it hugs" mean something else in this 
> context?
>
> Regards,
> Jason Smyth
>
>
> On Monday, 22 August 2022 at 08:30:13 UTC-4 makwanan...@gmail.com wrote:
>
>> Dear folks,
>> I just created a PowerShell script that just prints a hello msg but it 
>> hugs when I execute the job 
>>
>> how to rectify the issue I am using gocd 22.2.0 Linux server and windows 
>> 10 gocd agent
>>
>> Thank You
>> Nayan Makwana
>
>

-- 
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/dc5e3dad-1343-4fd8-bfd7-eb5cd58739f1n%40googlegroups.com.


[go-cd] powershell script hung while running

2022-08-22 Thread Nayan Makwana
Dear folks,
I just created a PowerShell script that just prints a hello msg but it hugs 
when I execute the job 

how to rectify the issue I am using gocd 22.2.0 Linux server and windows 10 
gocd agent

Thank You
Nayan Makwana

-- 
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/77029718-d577-4433-a7f0-e48d8235bad3n%40googlegroups.com.


[go-cd] can i install and tomcat using go cd ?

2022-08-08 Thread Nayan Makwana
I want to install packages and configure them as per requirement before 
deployment so it is possible with gocd. 


I write one script but it didn't work for me 
regard 

Nayan Makwana

-- 
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/44b00f82-582b-4c6e-9b76-e12725f04338n%40googlegroups.com.

#!/bin/bash
# Install JAVA
sudo mkdir /usr/lib/jvm
cp -rf jdk-13.0.2_linux-x64_bin.tar.gz /usr/lib/jvm
cd /usr/lib/jvm
sudo tar -xvzf jdk-13.0.2_linux-x64_bin.tar.gz
echo "JAVA_HOME=/usr/lib/jvm/jdk-13.0.2">> /etc/environment
echo "JRE_HOME=/usr/lib/jvm/jdk-13.0.2/jre">> /etc/environment
source /etc/environment
sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk-13.0.2/bin/java" 0
sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk-13.0.2/bin/javac" 0
sudo update-alternatives --set java /usr/lib/jvm/jdk-13.0.2/bin/java
sudo update-alternatives --set javac /usr/lib/jvm/jdk-13.0.2/bin/javac
update-alternatives --list java
update-alternatives --list javac

# Install Tomcat

#Variable
#server.xml
http_port=8080
https_port=8443
certificateKeystoreFile=/opt/tomcat/conf/keystore.jks
certificateKeystorePassword=India@123$
#tomcat-users.xml
username=admin
password=admin
roles=manager-gui
#webapps\manager\WEB-INF\web.xml
max_file_size=52428800
max_request_size=53428800
#tomcat.service
Xms=1024M
Xmx=16000M

sudo useradd -r -m -U -d /opt/tomcat -s /bin/false tomcat
sudo tar xf apache-tomcat-9*.tar.gz -C /opt/tomcat
mv /opt/tomcat/tomcat.service /etc/systemd/system/
chown -R tomcat:tomcat /opt/tomcat
chown -R tomcat:tomcat /etc/systemd/system/tomcat.service

# Append Variable to File

sed -i 's/8080/$http_port/g' /opt/tomcat/conf/server.xml
sed -i 's/8443/$https_port/g' /opt/tomcat/conf/server.xml
sed -i 's/"opt/tomcat/conf/keystore.jks"/$ssl_path/g' /opt/tomcat/conf/server.xml
sed -i 's/India@123$/$ssl_password/g' /opt/tomcat/conf/server.xml



# Install Auth Bind
sudo apt install authbind 
sudo touch /etc/authbind/byport/80; chmod 500 /etc/authbind/byport/80; chown tomcat /etc/authbind/byport/80
sudo touch /etc/authbind/byport/8443; chmod 500 /etc/authbind/byport/8443; chown tomcat /etc/authbind/byport/8443
sudo touch /etc/authbind/byport/443; chmod 500 /etc/authbind/byport/443; chown tomcat /etc/authbind/byport/443

# Adding authbind parameter to "startup.sh" tomcat 
sudo sed -i '60s/^/#/' /opt/tomcat/bin/startup.sh 
sudo echo 'exec authbind --deep "$PRGDIR"/"$EXECUTABLE" start "$@"' >>  /opt/tomcat/bin/startup.sh

# service 
sudo systemctl daemon-reload
sudo systemctl start tomcat
sudo systemctl enable tomcat

Re: [go-cd] shall i print resource name form enviroemtn

2022-08-07 Thread Nayan Makwana
thank you chad it will helpful

On Monday, August 8, 2022 at 10:10:16 AM UTC+5:30 Chad Wilson wrote:

> If you look at the expanded console log for a build, only the values in 
> the process environment (the ones listed with "setting environment 
> variable") are available. I don't think the "GoCD resources" tagged to the 
> current agent are available, only the "GoCD environment" name (if relevant).
>
> Believe these are listed at 
> https://docs.gocd.org/current/faq/dev_use_current_revision_in_build.html#standard-gocd-environment-variables
>  
> as well.
>
> On Mon, Aug 8, 2022 at 12:26 PM Nayan Makwana  
> wrote:
>
>> I want to print resource name in console so user can know the pipeline 
>> running on particular resource . 
>>
>>
>> if it possible so please let me know how can i do that
>>
>> regard
>> Nayan Makwana 
>>
>> -- 
>> 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/dc83b92c-a55a-429f-bb4f-2c5bd12cb5e1n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/dc83b92c-a55a-429f-bb4f-2c5bd12cb5e1n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/f4b9aef1-f11f-4552-b520-af167ffb7d22n%40googlegroups.com.


[go-cd] shall i print resource name form enviroemtn

2022-08-07 Thread Nayan Makwana
I want to print resource name in console so user can know the pipeline 
running on particular resource . 


if it possible so please let me know how can i do that

regard
Nayan Makwana

-- 
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/dc83b92c-a55a-429f-bb4f-2c5bd12cb5e1n%40googlegroups.com.


Re: [go-cd] How Can we Integrate Jira ?

2022-07-29 Thread Nayan Makwana
yes I wan to send notification based on ticket raised. we will try to 
achieve that using gocd plugin. i ask to my team for make suck kind of 
plugin for further use.

one more question from my side
Can I define environment variable for in first pipeline and use  in rest of 
all pipes it is possible ??
 
and thank you for helping Ashwanth Kuma


On Saturday, July 30, 2022 at 10:38:43 AM UTC+5:30 ashwant...@gmail.com 
wrote:

> AFAIK there isn't any plugin for JIRA notifications at the moment in GoCD. 
> You might want to write a notification plugin for this.
>
> Just curious though, Would the notifications be sent based on the ticket 
> that's in the commit message?
>
> Thanks,
>
> On Sat, 30 Jul 2022 at 10:27, Nayan Makwana  wrote:
>
>> I want to integrate Jira for notification as comment in raised ticket by 
>> another user so he/she will know which stage or pipeline is running and it 
>> failed or pass...
>>
>>
>> Regards
>> Nayan Makwana  
>>
>> -- 
>> 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/0d453730-56f5-49fb-99fd-79057476cd43n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/0d453730-56f5-49fb-99fd-79057476cd43n%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/b811cf4c-151c-45d9-a526-a51555d315d6n%40googlegroups.com.


[go-cd] How Can we Integrate Jira ?

2022-07-29 Thread Nayan Makwana
I want to integrate Jira for notification as comment in raised ticket by 
another user so he/she will know which stage or pipeline is running and it 
failed or pass...


Regards
Nayan Makwana 

-- 
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/0d453730-56f5-49fb-99fd-79057476cd43n%40googlegroups.com.


[go-cd] Is their any option or plugin which can copy whole pipeline VSM for another environment

2022-07-27 Thread Nayan Makwana
I have more than 30 deployment server environment and I don't want to 
create each & every pipeline for all the environment. I tried templating 
option but it it not work in my scenario. so is there any plugin or api 
available to copy whole pipeline because  all environment have same 
resource and functionality ?

Thanks in Advance
Nayan MAkwana

-- 
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/ca38034d-f661-4c99-802c-05394986b010n%40googlegroups.com.


[go-cd] How to change param / env value as per deployed app version

2022-07-25 Thread Nayan Makwana
Dear Folks,
i am looking for help regarding how auto change value of env / parameter 
value as per deployed app version

thank you in advance

Regards
Nayan Makwana

-- 
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/b8b887ab-88a0-4a8a-8a14-5daf1436d37dn%40googlegroups.com.


Re: [go-cd] how to achieve workflow like given bellow

2022-07-25 Thread Nayan Makwana
Hello All,
I just joined as a devops engineer. I don't have any experience in the 
devops field. I read the document of go-cd and started learning but at some 
point. I have some problems as
1. Ihow to create a user in gocd
2. How can I use api with gocd
3. the biggest problem is can how auto-change env or param value after 
deployment as per version

can any help me to solve this

On Tuesday, July 26, 2022 at 11:11:09 AM UTC+5:30 Nayan Makwana wrote:

> Thank you @Ashwanthkumar
>
> I have dropped mail to you. if you can help me I will be grateful
> regards 
> Nayan Makwana
> On Tuesday, July 26, 2022 at 10:42:15 AM UTC+5:30 ashwant...@gmail.com 
> wrote:
>
>> Hello,
>>
>> Without getting into too much specifics, the way we used to construct 
>> *conditional 
>> workflows* are as follows: The condition is modelled as a stage in the 
>> pipeline A usually. The If-true is pipeline B and if-else is pipeline C.So 
>> you run your workflow and towards the end (on the last stage), you check 
>> the condition you want and if it's true trigger pipeline B, else pipeline 
>> C. You can use the APIs (or a simple cURL request to do that). This way you 
>> get all the benefits of using GoCD pipelines like better visibility, 
>> tracking, etc. To make identification easier, we also use the parent labels 
>> to track things better.
>>
>> If you want any *(mutable) state* to be persisted and/or be available as 
>> part of the pipeline or to its dependents, IMHO the best way is to write 
>> the state in a file (JSON/CSV/text YMMV) and expose it as an/many artifacts 
>> to be consumed later in the pipeline or fetch it in downstream for later 
>> consumption.
>>
>> Thanks,
>>
>>
>> On Tue, 26 Jul 2022 at 10:28, Nayan Makwana  
>> wrote:
>>
>>> [image: Screenshot_1.png]
>>>
>>> i want to archive this kind of work flow
>>> 1. the build process is not there because build is prepare by the 
>>> developers
>>> 2. i am stuck at condition based running pipeline 
>>> 3 i want to define env or param which can be auto increase or decrease 
>>> as per build id 
>>>
>>> Thanks In advance 
>>>
>>> -- 
>>> 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/9bf8510b-d663-4c67-8572-adc91c766240n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/go-cd/9bf8510b-d663-4c67-8572-adc91c766240n%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/c10ace5c-ea19-4063-9f0c-5d408987687fn%40googlegroups.com.


Re: [go-cd] how to achieve workflow like given bellow

2022-07-25 Thread Nayan Makwana
Thank you @Ashwanthkumar

I have dropped mail to you. if you can help me I will be grateful
regards 
Nayan Makwana
On Tuesday, July 26, 2022 at 10:42:15 AM UTC+5:30 ashwant...@gmail.com 
wrote:

> Hello,
>
> Without getting into too much specifics, the way we used to construct 
> *conditional 
> workflows* are as follows: The condition is modelled as a stage in the 
> pipeline A usually. The If-true is pipeline B and if-else is pipeline C.So 
> you run your workflow and towards the end (on the last stage), you check 
> the condition you want and if it's true trigger pipeline B, else pipeline 
> C. You can use the APIs (or a simple cURL request to do that). This way you 
> get all the benefits of using GoCD pipelines like better visibility, 
> tracking, etc. To make identification easier, we also use the parent labels 
> to track things better.
>
> If you want any *(mutable) state* to be persisted and/or be available as 
> part of the pipeline or to its dependents, IMHO the best way is to write 
> the state in a file (JSON/CSV/text YMMV) and expose it as an/many artifacts 
> to be consumed later in the pipeline or fetch it in downstream for later 
> consumption.
>
> Thanks,
>
>
> On Tue, 26 Jul 2022 at 10:28, Nayan Makwana  wrote:
>
>> [image: Screenshot_1.png]
>>
>> i want to archive this kind of work flow
>> 1. the build process is not there because build is prepare by the 
>> developers
>> 2. i am stuck at condition based running pipeline 
>> 3 i want to define env or param which can be auto increase or decrease as 
>> per build id 
>>
>> Thanks In advance 
>>
>> -- 
>> 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/9bf8510b-d663-4c67-8572-adc91c766240n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/9bf8510b-d663-4c67-8572-adc91c766240n%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/8e17dc44-eccd-4bb3-ac31-ef5846d665e1n%40googlegroups.com.


[go-cd] how to achieve workflow like given bellow

2022-07-25 Thread Nayan Makwana
[image: Screenshot_1.png]

i want to archive this kind of work flow
1. the build process is not there because build is prepare by the developers
2. i am stuck at condition based running pipeline 
3 i want to define env or param which can be auto increase or decrease as 
per build id 

Thanks In advance

-- 
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/9bf8510b-d663-4c67-8572-adc91c766240n%40googlegroups.com.


[go-cd] How To Create Complex Work Flow

2022-07-14 Thread Nayan Makwana
Hello All,
I am new to GOCD and i want to make complex workflow as given bellow so how 
can i build that pipeline please guide me or if any one on discord please 
give discord id so i can explain what i want make

scenario  1:
my client have 3 server A.primery B.Secondry C.Backup. i want to take data 
base backup from A to C or B to C (folder to folder). while taking backup i 
want to deploy my build in parallel

scenario  2:
My client have only one server so i have to stop webserver and taking 
backup of database (folder to folder) after completing backup process. the 
pipeline should deploy the build

scenario  3:
My client have only one server so i have to stop webserver and taking 
backup of database (as Dump) after completing backup process. the pipeline 
should deploy the build

(Artifact will Build by developers and put in  shared drive so i want to 
copy from there)

-> for this all i want to create single pipeline 
-> i want to define at starting of pipeline that i want to take backup or 
direct deploy the build

Please help me to Build This Process Pipeline

Regards
Nayan Makwana

-- 
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/f265b4f0-9e3e-4082-a11d-9bcfc44e2c71n%40googlegroups.com.


Re: [go-cd] It is possible to make user interactive pipeline

2022-07-13 Thread Nayan Makwana
I just want to make popup option so user so user can decide for take backup 
of database before deployment or not and user can also bypass the backup 
process aswell  
On Wednesday, July 13, 2022 at 5:49:45 PM UTC+5:30 srir...@gmail.com wrote:

> On Wed, 13 Jul 2022 at 8:17 PM, Nayan Makwana  
> wrote:
>
>> I want to create one pipeline which can be user interactive so user can 
>> decide while deploying for taking backup or not from the old build or data 
>> base.  
>>
>> If you use the “Trigger with Options” feature, you can provide a default 
> that the user can override . You would use this value in your shell script 
> to decide the course of action.
>
>
>
> -- 
>> 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/88413498-2d89-4017-843d-24f6f9b1f463n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/88413498-2d89-4017-843d-24f6f9b1f463n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/44eecea9-1f64-45b9-8b52-cfebfdfde297n%40googlegroups.com.


Re: [go-cd] It is possible to make user interactive pipeline

2022-07-13 Thread Nayan Makwana
I want to make prompt option so user can decide he/she what to back up as 
dump or folder --> folder. and user can also bypass the backup part while 
deploying. 
On Wednesday, July 13, 2022 at 5:49:45 PM UTC+5:30 srir...@gmail.com wrote:

> On Wed, 13 Jul 2022 at 8:17 PM, Nayan Makwana  
> wrote:
>
>> I want to create one pipeline which can be user interactive so user can 
>> decide while deploying for taking backup or not from the old build or data 
>> base.  
>>
>> If you use the “Trigger with Options” feature, you can provide a default 
> that the user can override . You would use this value in your shell script 
> to decide the course of action.
>
>
>
> -- 
>> 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/88413498-2d89-4017-843d-24f6f9b1f463n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/go-cd/88413498-2d89-4017-843d-24f6f9b1f463n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/4f050421-40a6-4667-906c-64ea7b26b7ban%40googlegroups.com.


[go-cd] It is possible to make user interactive pipeline

2022-07-13 Thread Nayan Makwana
I want to create one pipeline which can be user interactive so user can 
decide while deploying for taking backup or not from the old build or data 
base. 

-- 
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/88413498-2d89-4017-843d-24f6f9b1f463n%40googlegroups.com.


Re: [go-cd] Re: how to use local repository as material

2022-07-13 Thread Nayan Makwana
thank you everyone for helping me 


On Thursday, July 7, 2022 at 9:38:01 PM UTC+5:30 srir...@gmail.com wrote:

> On Thu, 7 Jul 2022 at 11:12 PM, Lawrence  wrote:
>
>> Just set the URL to file://C:/project/some.git. Think you can also just 
>> use C:/project/some.git, but it's been a few years since I've used GoCD 
>> this way.
>
>
> Most importantly, that local path needs to be a supported repository ( and 
> not just a plain directory) so that GoCD can detect changes. 
>
>
>>
>> On Monday, June 27, 2022 at 12:24:52 AM UTC-6 makwanan...@gmail.com 
>> wrote:
>>
>>> i am tried to searching around the web but i didn't get any solution. i 
>>> want to use my local folder as my material so how can i do that please help 
>>> me out for  this. i also used FTP plugin but it didn't work for me. 
>>>
>> -- 
>> 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/7f5f0a0c-9293-442b-bae3-f982521735e1n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/a594a3d1-fcda-4559-b725-3885d1386721n%40googlegroups.com.


[go-cd] how to use local repository as material

2022-06-26 Thread Nayan Makwana
i am tried to searching around the web but i didn't get any solution. i 
want to use my local folder as my material so how can i do that please help 
me out for  this. i also used FTP plugin but it didn't work for me. 

-- 
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/4c36aff6-406a-49e4-8cda-6aac4f794246n%40googlegroups.com.