Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-migrate-to-github-manual-migrations-migrating-from-jenkins-docs-workflow-guide.mdA 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-.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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