Kaitsu
Kaitsu

Reputation: 4114

How to deploy to CloudBees PaaS in EU with Maven plugin

When using the CloudBees SDK, I can use the parameter "-ep eu" to deploy to EU data center, but how can this be done with the Maven plugin? -ep is reserved to encrypting server password in Maven.

Upvotes: 1

Views: 145

Answers (1)

nicolas de loof
nicolas de loof

Reputation: 2633

Set property bees.apiurl or plugin parameter to https://api-eu.cloudbees.com/api

Upvotes: 3

Related Questions