CRUISE_SERVER_URL property#788
|
|
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? Chris |
|
|
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. |
