CRUISE_SERVER_URL property#788

Subscribe to CRUISE_SERVER_URL property 2 post(s), 2 voice(s)

 
Avatar Chris Briese... 11 post(s) #2086

I noticed that this property defaults to the SSL (https) URL and not the http one. Is there a similar property for straight up http on port 8153? If not, could there be?
The reason I’m asking is I’d want to use this property to do a wget of artifacts at a RESTful URL, but some incarnations of wget-Nant’s <get> task in my current case-choke when they have to deal with certificates.

Chris

 
Avatar Jez Humble Administrator 108 post(s) #2091

Hey Chris

There isn’t a property for straight up http. The reason for this is that the agent doesn’t actually know what port that is, since it only uses https to communicate with the server.

We’ll look at putting in a property for this—in the meantime, you’ll have to hack the string, sorry. Alternatively, the agent keeps a trust keystore in config/trust.jks which you might be able to use with wget.

We are looking at ways to make it easier to get and post artifacts from the repository in the near future.

Jez.