Running the Pipeline
This section introduces how to view the results of pipeline runs, check task logs, manually trigger a pipeline, and rerun failed tasks.
📄️ View Pipeline Run Results
This document introduces how to view the status of pipeline runs through multiple entry points, including the Actions tab, commit history page, and PR page.
📄️ View Task Logs
This document introduces how to view the execution logs of workflow tasks, including log structure, search, download, and common issue troubleshooting.
📄️ Manually Trigger a Pipeline
This document introduces how to manually trigger a workflow on the AtomGit interface and pass input parameters using the workflow_dispatch event.
📄️ Rerun Failed Jobs
This document explains how to rerun failed pipeline jobs, including two methods: rerunning the entire pipeline and rerunning only the failed jobs.