0

我看到部署到 Anypoint RuntimeFabric 需要将资产发布到 Exchange。这是强制性的吗?

很少有人提到它是强制性的,很少有人说它不是。任何人都尝试使用 maven 直接部署到 Runtime Fabric 而无需发布到交换。

当我尝试部署而不发布交换时,出现以下错误:

 Failed to execute goal org.mule.tools.maven:mule-maven-plugin:3.5.2:deploy (default-deploy) on project rtf-cicd: Execution default-deploy of goal org.mule.tools.maven:mule-maven-plugin:3.5.2:deploy failed: 400 Bad Request: {"message":"No application with the provided GAV could be retrieved from Exchange"} -> [Help 1]

以下是 MuleSoft 的几篇文章/博客

https://help.mulesoft.com/s/article/How-to-deploy-a-Mule-4-application-to-Runtime-Fabric-with-Maven https://blogs.mulesoft.com/dev-guides /how-to-tutorials/install-runtime-fabric-ci-cd-with-jenkins-and-nexus/ https://docs.mulesoft.com/runtime-fabric/1.9/deploy-maven-4.x

4

1 回答 1

1

是的,应用程序之前已部署到 Exchange 是一个先决条件:

应用程序已在 Exchange 中发布

https://docs.mulesoft.com/mule-runtime/4.3/deploy-to-rtf#prerequisites

于 2021-06-26T01:04:01.627 回答