Distribute tiles across multiple repositories

The Tessl web interface allows users, with the correct permissions, to create pull requests adding tiles to selected repositories. The following workflow demonstrates distributing a tile that has guidelines that must be followed by the agents that company is using. This could include style guides, architecture and other guidelines that you now want to push across your organization. To do so, follow these steps:

  • Navigate to the workspace your tile resides in.

  • Click Rollout next to the tile you wish to push.

  • Indicate the Tessl workspace to roll the tile out to.

  • Select which repositories the pull request will be created in.

  • To complete the action, click Create a rollout PR.

  • By doing this it will create a pull request adding the tile to the tessl.json. A tile.json will be created if Tessl has not been initialized for that repository. An option to view the PR will be displayed:

  • The PR will then be merged by you or your pipeline automations.

Last updated