Skip to content

Instantly share code, notes, and snippets.

@SnowCait
Last active April 17, 2022 08:23
Show Gist options
  • Save SnowCait/1a4481a1b8a349951c9644c4b4b5bfc3 to your computer and use it in GitHub Desktop.
Save SnowCait/1a4481a1b8a349951c9644c4b4b5bfc3 to your computer and use it in GitHub Desktop.

CI/CD, ビルドツールの用語対応表

当然厳密に対応するわけではないです。

GitHub Actions CircleCI Jenkins Docker Compose Gradle
.github/workflows/*.yml .circleci/config.yml Jenkinsfile docker-compose.yml build.gradle
workflow workflow pipeline project
job job job service task
step step stage stage dependson
bash command bash command step instruction
action orb plugin image (Dockerfile) plugin
runner (web) CircleCI (web) Jenkins (web) docker compose (cli) gradlew (cli)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment