Hi,
I am using the following command.
install -Ptest -Dusername=orguser1@email.com -Dauthtype=oauth -Dbearer=$T -Dapigee.config.options=create -Denv=dev -Dorg=org1
I am seeing this error on jenkins:
[ERROR] Failed to execute goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:1.1.7:deploy (deploy-bundle) on project HelloWorld: : MojoExecutionException: The token was expected to have 3 parts, but got 1. -> [Help 1]
Solved! Go to Solution.
It worked for me with this:
install -Ptest -Dusername=$un -Dpassword=$pw -Dauthtype=oauth -Dapigee.config.options=create -Denv=explore -Dorgname=org
As we have SAML enabled, I had to update the tokenURL (in the shared-pom.xml) from the default
https://login.apigee.com/oauth/token" to https://zonename.login.apigee.com/oauth/token"
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |