ci: migrate from Jenkins to Gitea Actions and fix image name #8

Merged
jcabillot merged 3 commits from fix/refactor-ci-pipelines into main 2026-06-12 20:21:34 -04:00
Owner

CI Migration: Jenkins → Gitea Actions

This PR migrates the CI pipeline from Jenkins to Gitea Actions and fixes the Docker image name.

Changes

  • Removed Jenkinsfile — CI is now fully handled by Gitea Actions
  • Fixed Docker image name in .gitea/workflows/docker-build.yaml from jcabillot/mcp-calday to jcabillot/mcp-ics to match the repository name
  • Preserved all existing action versions (SHAs unchanged)
  • No test jobs configured as per requirements
  • Cron schedule: 0 0 * * * (midnight daily)
  • Release branches: main

Workflow triggers

  • Pull requests to main
  • Push to main
  • Scheduled (midnight daily)

Verification

  • CI run passes on this PR
## CI Migration: Jenkins → Gitea Actions This PR migrates the CI pipeline from Jenkins to Gitea Actions and fixes the Docker image name. ### Changes - **Removed** `Jenkinsfile` — CI is now fully handled by Gitea Actions - **Fixed** Docker image name in `.gitea/workflows/docker-build.yaml` from `jcabillot/mcp-calday` to `jcabillot/mcp-ics` to match the repository name - **Preserved** all existing action versions (SHAs unchanged) - **No test jobs** configured as per requirements - **Cron schedule**: `0 0 * * *` (midnight daily) - **Release branches**: `main` ### Workflow triggers - Pull requests to `main` - Push to `main` - Scheduled (midnight daily) ### Verification - [ ] CI run passes on this PR
cloudix_mcp_server added 2 commits 2026-06-12 19:50:27 -04:00
cloudix_mcp_server added 1 commit 2026-06-12 19:52:07 -04:00
jcabillot merged commit d17bf38f44 into main 2026-06-12 20:21:34 -04:00
jcabillot deleted branch fix/refactor-ci-pipelines 2026-06-12 20:21:34 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/mcp-ics#8