Re: How to install xcode 6.x command line tools into jenkins user of cloud server using ssh

2015-02-14 Thread Benjamin Lau
Jacob, Well the main problem here is that I don't think that's ever going to work. You said your Jenkins server is Ubuntu running in AWS and XCode is only available for OS X. If you need to do mac builds you're going to need to either run your jenkins instance on a co-located Mac host[1] or set u

Re: How to install xcode 6.x command line tools into jenkins user of cloud server using ssh

2015-02-14 Thread Richard Bywater
This sounds like more of a question for a xcode list? Richard. On 14/02/2015 7:26 AM, "Jacob Kim" wrote: > I'm trying to install and configure xcode command line tools for my > jenkins server (AWS EC2 ubuntu) using ssh. > > below command is not working for me > > sudo xcode-select --install > >

How to install xcode 6.x command line tools into jenkins user of cloud server using ssh

2015-02-13 Thread Jacob Kim
I'm trying to install and configure xcode command line tools for my jenkins server (AWS EC2 ubuntu) using ssh. below command is not working for me sudo xcode-select --install Do we have an alternative? -- You received this message because you are subscribed to the Google Groups "Jenkins Use