This PR finalizes the migration from Jenkins to Gitea Actions by removing the obsolete Jenkinsfile. The Gitea Actions workflow (.gitea/workflows/docker-build.yaml) is already in place and operational — it clones the HKUDS/nanobot source, builds the Docker image (jcabillot/nanobot), pushes to Docker Hub, and applies semantic version tagging on pushes to main.
Changes
RemovedJenkinsfile — Jenkins pipeline is no longer needed
Gitea Actions workflow remains unchanged (same pinned SHAs, same logic)
Workflow Summary
Trigger
Action
PR to main
Build only (no push)
Push to main
Build + push + semver tag
Cron (0 0 * * *)
Scheduled build + push
No test jobs are included (simplified migration).
## Description
This PR finalizes the migration from Jenkins to Gitea Actions by removing the obsolete `Jenkinsfile`. The Gitea Actions workflow (`.gitea/workflows/docker-build.yaml`) is already in place and operational — it clones the HKUDS/nanobot source, builds the Docker image (`jcabillot/nanobot`), pushes to Docker Hub, and applies semantic version tagging on pushes to `main`.
## Changes
- **Removed** `Jenkinsfile` — Jenkins pipeline is no longer needed
- Gitea Actions workflow remains unchanged (same pinned SHAs, same logic)
## Workflow Summary
| Trigger | Action |
|---|---|
| PR to `main` | Build only (no push) |
| Push to `main` | Build + push + semver tag |
| Cron (`0 0 * * *`) | Scheduled build + push |
No test jobs are included (simplified migration).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
This PR finalizes the migration from Jenkins to Gitea Actions by removing the obsolete
Jenkinsfile. The Gitea Actions workflow (.gitea/workflows/docker-build.yaml) is already in place and operational — it clones the HKUDS/nanobot source, builds the Docker image (jcabillot/nanobot), pushes to Docker Hub, and applies semantic version tagging on pushes tomain.Changes
Jenkinsfile— Jenkins pipeline is no longer neededWorkflow Summary
mainmain0 0 * * *)No test jobs are included (simplified migration).