We have some pipelines running in Jenkins, some pipelines in Concourse, we want to consolidate into Github action land, I wonder if there are any good materials on this theme. Thanks!
There are no tools to migarate pipelines for other CI systems (such as Jenkins , Concourse you mentioned above) to Github actions directly.
Github actions workflow has its own syntax. You need to create them manually. For configuring a github workflow, please refer to this tutorial:
1 Like