Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] download buckminster headless issue

Hello,

I'm trying to configure jenkins to build dsl projects. Thus, i started off writing shell script to install director and buckminster commandlin product. Unfortunately, our server is behind firewall and they don't like to setup proxy on our servers. Here is what I'm doing.

1. Download the director
2. unzip and ran the following command to download buckminster headless

./director -r http://download.eclipse.org/tools/buckminster/headless-4.4/ -d ./buck -downloadOnly -p Buckminster

    ---> showing help.

Anyone succeded in downloading the artifact? please share the command.

if it's a bug with director, does it work if I do the following.

1. Use director to install buckminster
2. Zip buckminster and upload to our internal repo
3. Download the buckminster from our internal repo, unzip to some location build server through shell script which will run on jenkins server.
4. build the project with -Dbuckminster.home = <location from step 3>

I really appreciate your help.

Thanks.

-Siva.



Back to the top