github · GitHub Actions Docs
Migrate To Github Actions Migrating from Jenkins with GitHub Actions Importer - GitHub Docs
A tutorial on using the GitHub Actions Importer to automate the migration of CI/CD pipelines from Jenkins to GitHub Actions.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Migrate To Github Actions Migrating from Jenkins with GitHub Actions Importer - GitHub Docs
A tutorial on using the GitHub Actions Importer to automate the migration of CI/CD pipelines from Jenkins to GitHub Actions.
When To Use
Use when you need to automate the conversion of Jenkins pipelines and configurations into GitHub Actions workflows using the GitHub Actions Importer tool.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-workflow-guide.md | A guide detailing the process and prerequisites for migrating Jenkins pipelines to GitHub Actions using the GitHub Actions Importer. | Questions about a guide detailing the process and prerequisites for migrating Jenkins pipelines to GitHub Actions using the GitHub Ac... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi.text | The shell command to install the GitHub Actions Importer extension using the GitHub CLI. | Exact payloads, commands, or snippets shown in The shell command to install the GitHub Actions Importer extension using the GitHub CLI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-2.text | The help output and available command options for the GitHub Actions Importer CLI tool. | Exact payloads, commands, or snippets shown in The help output and available command options for the GitHub Actions Importer CLI tool. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-3.text | A text representation of the gh actions-importer configure command used to initialize the migration process from Jenkins. | Exact payloads, commands, or snippets shown in A text representation of the gh actions-importer configure command used to initialize the migration process from Jenk... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-4.text | A text transcript of the interactive CLI session for configuring the GitHub Actions Importer to migrate from a Jenkins environment. | Exact payloads, commands, or snippets shown in A text transcript of the interactive CLI session for configuring the GitHub Actions Importer to migrate from a Jenkin... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-5.text | A text snippet demonstrating the command to update the GitHub Actions Importer CLI. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the command to update the GitHub Actions Importer CLI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-6.text | A command line instruction for updating the GitHub Actions Importer CLI to the latest version using container registry. | Exact payloads, commands, or snippets shown in A command line instruction for updating the GitHub Actions Importer CLI to the latest version using container registry. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-7.text | A CLI command demonstrating how to run a Jenkins audit using the GitHub Actions Importer tool. | Exact payloads, commands, or snippets shown in A CLI command demonstrating how to run a Jenkins audit using the GitHub Actions Importer tool. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-8.text | A command line instruction for running a Jenkins migration forecast using the GitHub Actions Importer CLI. | Exact payloads, commands, or snippets shown in A command line instruction for running a Jenkins migration forecast using the GitHub Actions Importer CLI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-9.text | A CLI command example demonstrating how to perform a dry run migration from a Jenkins project using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A CLI command example demonstrating how to perform a dry run migration from a Jenkins project using the GitHub Action... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-10.text | A CLI command example demonstrating how to use the GitHub Actions Importer to migrate a Jenkins project to GitHub. | Exact payloads, commands, or snippets shown in A CLI command example demonstrating how to use the GitHub Actions Importer to migrate a Jenkins project to GitHub. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-11.text | A CLI command example for migrating Jenkins jobs to GitHub Actions using the GitHub Actions Importer tool. | Exact payloads, commands, or snippets shown in A CLI command example for migrating Jenkins jobs to GitHub Actions using the GitHub Actions Importer tool. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-12.text | A CLI command example demonstrating how to perform a dry run migration from a Jenkinsfile to GitHub Actions using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A CLI command example demonstrating how to perform a dry run migration from a Jenkinsfile to GitHub Actions using the... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-13.text | A CLI command example for auditing a Jenkins configuration using the GitHub Actions Importer tool. | Exact payloads, commands, or snippets shown in A CLI command example for auditing a Jenkins configuration using the GitHub Actions Importer tool. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-14.text | A configuration file specifying the repository slugs and file paths for Jenkins pipelines to be migrated using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A configuration file specifying the repository slugs and file paths for Jenkins pipelines to be migrated using the Gi... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-jenkins-wi-15.text | The MIT License text for the GitHub Actions Importer tool used in Jenkins migrations. | Exact payloads, commands, or snippets shown in The MIT License text for the GitHub Actions Importer tool used in Jenkins migrations. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Migrate to GitHub Actions / - Automated migrations / - Jenkins migration
- Main sections:
In this article,About migrating from Jenkins with GitHub Actions Importer,Prerequisites,Limitations,Installing the GitHub Actions Importer CLI extension.
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/automated-migrations/jenkins-migration
