Prebuilding

If you have:
  • Mashery-built custom adapter
  • Custom adapter built from the SDK
  • Portal customization package

Then you can use one of the following Jenkins jobs to upload the contents before building the Docker images.

Uploading the Customer-built Adapter

As an Administrator user, upload the custom-built adapter in the zip.

The Jenkins job saves your adapter as:
 /var/jenkins_home/userContent/proxy-extension/customer_extension.zip
After the Docker image is built, the custom adapter is built into the tml-ml Docker image.

Uploading the Mashery-built Adapter

As an Administrator user, upload the Mashery-built adapter in the tgz.

The Jenkins job extracts the adapter to:
 /var/jenkins_home/userContent/proxy-customer
After the Docker image is built, the uploaded Mashery build adapter is built into the tml-ml Docker image.


Uploading the Portal Customization Zip

As an Administrator user, upload the portal customization package in the zip.

The Jenkins job saves the customization package as:
 /var/jenkins_home/userContent/portal/customization.zip
After the Docker image is built, the uploaded portal customization package is built into the tml-ml Docker image.