ci: migrate from Jenkins to Gitea Actions #6
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?
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).