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 troubleshooting.
📄️ Manually Trigger a Pipeline
This document introduces how to manually trigger a workflow on the AtomGit interface using the workflow_dispatch event and pass input parameters.
📄️ Re-run Failed Jobs
This document introduces how to re-run failed pipeline jobs, including two methods: re-running the entire pipeline and re-running only the failed job.