Connects Teamcity and Anka Build Cloud.
Documentation can be found HERE.
- Install Maven 4.0.0 rc 5
- Run
mvn packageand ensure there aren't any failures.- If you see
Invalid CEN headererrors, manually replace theaspectjweaver-1.8.9.jarwith the latest jar for that project, but keep the name the same.
- If you see
- This produces {repo root}/target/anka-build-cloud-teamcity-plugin-1.11.0.zip which you can then test
- You can watch
logs/teamcity-clouds.logto see all logs related to the plugin.
mvn test
mvn -pl server,agent,common -am checkstyle:check
mvn -pl server,agent,common -am install -DskipTests spotbugs:checkUnit tests run offline (no live TeamCity or Anka required). GitHub Actions runs the same checks on pull requests and pushes to master (see .github/workflows/ci.yml).
See RELEASING.md. Prefer the Release GitHub Action: workflow_dispatch from release/vX.X.X (Stable Marketplace) or from edge (beta Marketplace).