CI migration: refactor pipelines from Jenkins to Gitea Actions with daily schedule #9
Reference in New Issue
Block a user
Delete Branch "fix/refactor-ci-pipelines"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR migrates CI from the legacy Jenkins pipeline to Gitea Actions, removing the Jenkinsfile and updating the workflow schedule.
Changes
Jenkinsfile— legacy Jenkins pipeline (replaced by Gitea Actions).gitea/workflows/docker-build.yaml— schedule changed from weekly (30 3 * * 3) to daily (0 0 * * *)tests/test.shjcabillot/opencode-openchamber:latest(on push tomain)Pipeline Jobs
lintbuild-and-testtests/test.shpushmainonly)Cron Schedule
0 0 * * *— runs daily at midnight.