Adding a Workflow to a Repository
Last updated
Last updated
Now that the iCR CI/CD container is properly registered for this User, we can link it with any of the repositories for which we desire a CI/CD workflow to be triggered. Click on the package name to link it with a project. In our example, that is icr-github. That brings up this window.
with brings up a popup menu where you can select which repositories you wish this container to be linked with. Keeping with our earlier example, we will add CI/CD workflow capability to the sample project baritone
. Select it along with any other repositories that you wish to be included in a CI/CD workflow..
Then click on the Connect Repository button at the bottom of the popup menu to link all selected repositories to this container.
With our example project linked to the container, we can now create the script which will control the steps of the workflow.