Tool Chain for Build Pipeline - GitHub Actions vs. Jenkins

Acronym
sig-devops-build-pipeline
Belongs to
SIG DevOps
Responsible
tzaika und hbuhl
History
(v1)   2021-01-13 - created initially
(v2)   2021-01-15 - added responsible person, but it can be only temporary; First explanation of "Why is there need for such a decision?"
(v3)   2021-01-15 - viable options added; deadline updated; changed title
(v4)   2021-02-09 - added TODOs and cleaned up.
(v5)   2021-02-09 - added new TODOs and some new information
(v6)   2021-02-12 - Refined evaluation and did TODOs

Why is there need for such a decision?

The application needs to be delivered to a server in order to be available. This delivery process will be automated and will continuously deploy the newest version of the project to the server. Each new version of application will be created as a docker image. Then it should be transferred to server and run as a docker container. UID is providing a remote server.

The decision Testing Automation with GitHub Actions was a short-term solution to enable testing automation earlier in the project.

Additional sources for better understanding the background

Viable Options

Alternatives not seriously considered

How is this decision evaluated?

Resolution Details

Wiki

Unique features of using GitHub Actions:

Unique features of Jenkins on the remote server:

Our decision is GitHub Actions

Reasons for the resolution

The initial setup of Jenkins do not fit the project at the moment and could lead to a time shortage (This decision could be re-evaluated in the future depending on where the project stands). The open source nature of GitHub Actions, and the nature of the project make GitHub Actions the far more superior solution.