I see pipelines but not individual workflows of a project

Unable to See Individual Workflows

If you are unable to see individual workflows of a project in CircleCI, here are some steps you can take to troubleshoot:

  1. Check if you are following the project: Visit your project dashboard to verify if you are currently following the project in question. You can do this by visiting the following URL: https://app.circleci.com/projects/project-dashboard/github/<your-username>/.
  2. Refresh Permissions: If you are following the project, but are unable to navigate to it or its pipelines, go to your User Account Settings and select the "Refresh Permissions" options under the Account Integrations tab.
  3. Follow the Project: If you are not following the project, you will need to follow the project to see its pipelines. Try following the project and ensure that it appears in your project dashboard view.
  4. Check for Configuration Errors: If you do not see your workflows running, check for configuration errors that may be preventing the workflow from starting. Navigate to your project’s pipelines and find your workflow name to locate the failure.
  5. Use the Legacy Jobs View: If you are looking for a specific job run, or all currently running jobs for a project, you can still access this information via the "Legacy Jobs View". This page can be accessed by adding /jobs to the end of the URL when viewing the pipelines for a project. For example: https://app.circleci.com/pipelines/(vcs)/(org)/(project)/jobs.
The Legacy Jobs View is mainly for informational purposes, you won't be able to take action against these running jobs (such as canceling or re-running them). To take those actions you will need to access the pipeline the job is associated with.
 

Additional Resources

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.