You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deployment of new proxy significantly changed the structure of our runtime instance. The current implementation of CI/CD is not able to deliver updates properly. Here is the list of things that need to be supported by a new CI/CD pipeline:
automatically upload new RAML to Exchange
update proxy's RAML version
generate new keystore.jks for HTTPS connection
prior to deployment, remove global.xml
prior to deployment, rename global.xml.anypoint to global.xml
update RAML specification version in global.xml and pom.xml
deploy the app, updating Mulesoft Secure Properties based on the GH Secrets
The text was updated successfully, but these errors were encountered:
Description:
The deployment of new proxy significantly changed the structure of our runtime instance. The current implementation of CI/CD is not able to deliver updates properly. Here is the list of things that need to be supported by a new CI/CD pipeline:
keystore.jks
for HTTPS connectionglobal.xml
global.xml.anypoint
toglobal.xml
global.xml
andpom.xml
The text was updated successfully, but these errors were encountered: