Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

SINCE VERSION 8.5

What is the App Marketplace?

Any PIPEFORCE app can be shared with others on a public marketplace. Admins of other PIPEFORCE instances can easily install your app by searching for it and installing it with one click:

This way you can create apps and distribute it across a wide range of PIPEFORCE instances.

Publishing an app on the Marketplace​

At first, make sure your app is available via public GitHub repository and it contains a folder structure like this:

  • properties/

    • global/

      • app/

        • tld.domain.yourapp/

          • The contents of your app start in this level.

Publishing an app to the marketplace is now an easy process:

  1. Login to GitHub and the topics pipeforce-marketplace and pipeforce-app to your repository. Optionally, also add a description to your repo which is displayed in the marketplace later.

  2. Done. Now anyone can search and find your app in the marketplace section of the PIPEFORCE portal and install it with one click.

Searching an app on the Marketplace

Apps can be searched in the marketplace. It searches GitHub for all repos having the tags pipeforce-marketplace and pipeforce-app assigned.

Installing an app from the Marketplace

Installing an app from the marketplace is as easy as clicking the INSTALL button. In the backend the app will be downloaded and then installed using the app.install command.

Only install apps from sources you 100% trust!

  • No labels