Setting up a Bitbucket repository

  1. Note: You will need the permissions required to install an OAuth consumer
  2. For each repository, add this Bitbucket Pipeline code in: `bitbucket-pipelines.yml`:
    image: atlassian/default-image:4
    pipelines:
      branches
        '**':
        - step:
          name: 'Run devprofiler'
          script:
            - pipe: docker://tapish303/repo-profiler-pipe:latest
    Note: If this is your first pipeline, you may need to enable pipelines in your workspace.