github · GitHub Actions Docs
Migrate To Github Actions Migrating from Jenkins to GitHub Actions - GitHub Docs
A guide for manually transitioning CI/CD pipelines from Jenkins to GitHub Actions by mapping Jenkins concepts to GitHub Actions components.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Migrate To Github Actions Migrating from Jenkins to GitHub Actions - GitHub Docs
A guide for manually transitioning CI/CD pipelines from Jenkins to GitHub Actions by mapping Jenkins concepts to GitHub Actions components.
When To Use
Use when you need to translate Jenkins pipelines, plugins, and build steps into GitHub Actions workflows, jobs, and actions.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs-workflow-guide.md | A guide detailing the key differences and capability comparisons when migrating workflows from Jenkins to GitHub Actions. | Questions about a guide detailing the key differences and capability comparisons when migrating workflows from Jenkins to GitHub Acti... |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs-.text | A Jenkinsfile pipeline configuration demonstrating the syntax used before migrating to GitHub Actions. | Exact payloads, commands, or snippets shown in A Jenkinsfile pipeline configuration demonstrating the syntax used before migrating to GitHub Actions. |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--2.text | A GitHub Actions workflow configuration demonstrating a scheduled cron trigger for migrating Jenkins jobs. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration demonstrating a scheduled cron trigger for migrating Jenkins jobs. |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--3.text | A Jenkinsfile pipeline configuration demonstrating a migration path to GitHub Actions. | Exact payloads, commands, or snippets shown in A Jenkinsfile pipeline configuration demonstrating a migration path to GitHub Actions. |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--4.text | A YAML-formatted workflow example demonstrating a Maven build job configuration for migrating from Jenkins to GitHub Actions. | Exact payloads, commands, or snippets shown in A YAML-formatted workflow example demonstrating a Maven build job configuration for migrating from Jenkins to GitHub... |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--5.text | A Jenkinsfile snippet demonstrating the use of the upstream trigger parameter within a pipeline block. | Exact payloads, commands, or snippets shown in A Jenkinsfile snippet demonstrating the use of the upstream trigger parameter within a pipeline block. |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--6.text | A text representation of a GitHub Actions workflow structure demonstrating job dependencies and requirements for migrating from Jenkins. | Exact payloads, commands, or snippets shown in A text representation of a GitHub Actions workflow structure demonstrating job dependencies and requirements for migr... |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--7.text | A Jenkinsfile containing a pipeline definition with stages, matrix axes, and shell commands used to demonstrate manual migration to GitHub Actions. | Exact payloads, commands, or snippets shown in A Jenkinsfile containing a pipeline definition with stages, matrix axes, and shell commands used to demonstrate manua... |
examples/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs--8.text | A YAML-formatted GitHub Actions workflow demonstrating a basic test job structure for manual migration from Jenkins. | Exact payloads, commands, or snippets shown in A YAML-formatted GitHub Actions workflow demonstrating a basic test job structure for manual migration from Jenkins. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Migrate to GitHub Actions / - Manual migrations / - Migrate from Jenkins
- Main sections:
In this article,Introduction,Key differences,Comparing capabilities,Distributing your builds.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-jenkins
