[go-cd] Using GoCD with C# and VB projects

2017-03-16 Thread Christian Kolb
Hello again!

I have tested GoCD now for a while with Java projects and I like it.

However can GoCD also be used together with C# and Visual Basic projects?
I notived that GoCD can check out from Team Foundation Server (TFS),
which many use when working on a project with Microsoft Technologies.

What is unclear to me is if and how the Building works.
For Java projects, I just needed to install Ant on my Fedora 23 (on which 
my Go Server and Agent are installed)
and I could execute the Ant Files from the Git Repos. 
However which building tools do I need for C# and VB?

Best regards,

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [go-cd] Upgrade Go Server / Agents with some custom changes

2017-03-16 Thread Ketan Padegaonkar
Going from 15.2 to 17.2 is a huge jump. I suggest going through the release
notes to see breaking changes and known issues may affect you. The biggest
one being that you now need java 8 on the agent and server machines.

On Thu, Mar 16, 2017 at 5:07 PM Diogo Oliveira <
diogo.olive...@outsystems.com> wrote:

> Hi everyone,
> Still, I have some questions before I even attemp to test this upgrade:
>
> 1 --> I have custom ports on my Go Server and Agents. All of them
> communicate through 80/443 instead of 8153/8154. Are these changes
> preserved in the upgrade? Since the Go configurations changed in versions
> after 15.2 (I checked that), will this still work?
>

If you're doing this by setting the variables GO_SERVER_PORT and
GO_SERVER_SSL_PORT variables. The server should upgrade smoothly without
any issues. We recommend that you compare the copy of
/etc/default/go-server with the current one

that we have to see if anything needs changing.


> 2 --> All of my Go Agents are running through command line and not as a
> service, because I need them to be interactive. This is blocking for the
> upgrade somehow?
>

The agent CLI has changed significantly since 15.2. The GO_SERVER
and GO_SERVER_PORT variables that were used to connect the agent to the
server have been deprecated - use GO_SERVER_URL instead. Additionally see
this

to
improve security.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[go-cd] Upgrade Go Server / Agents with some custom changes

2017-03-16 Thread Diogo Oliveira
Hi everyone,

I'm planning on eventually upgrading the Go versions I'm using. I'm still 
using 15.2 and I do not only want to upgrade but I also want to make it 
easy to upgrade frequently and following Go current release frequency.

Still, I have some questions before I even attemp to test this upgrade:

1 --> I have custom ports on my Go Server and Agents. All of them 
communicate through 80/443 instead of 8153/8154. Are these changes 
preserved in the upgrade? Since the Go configurations changed in versions 
after 15.2 (I checked that), will this still work? 

2 --> All of my Go Agents are running through command line and not as a 
service, because I need them to be interactive. This is blocking for the 
upgrade somehow?

Thanks for your time :-)

Best Regards,
Diogo Oliveira

-- 
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.
For more options, visit https://groups.google.com/d/optout.