- Each service now has its own VERSION.<service> file (all at 1.0.0)
- Jenkinsfile bumps each service's version independently
- versions.json updated per-service (no cross-service overwrite)
- Summary log shows all service:version pairs on success
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove VERSION_STRATEGY/CUSTOM_VERSION/CHANGELOG/DEPLOY params
- Auto patch-bump from VERSION file (reset to 1.0.0 semver)
- Push :VERSION + :latest tags per service for one-click update
- Add demo-service to build choices
- Always deploy; merge-update versions.json (no web entry overwrite)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
SERVICE param is already 'tenant-service' etc., compose services are named
the same. Removing the replace() that was stripping the '-service' suffix.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docker and ssh are both natively available on Windows. Credential vars
(%ACR_PASS%, %SSH_KEY%) use bat syntax; Groovy vars use GString.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove separate Maven stage. The multi-stage Dockerfile already runs mvn
inside a Linux container, so Windows Jenkins just runs docker build/push.
Server-side docker login pre-configured; deploy only needs docker pull.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Run mvn inside maven:3.9-eclipse-temurin-21 Linux container via Docker
Pipeline plugin; Docker/SSH deploy stages remain on native agent so
Docker Desktop socket is available for image push and SSH for deploy.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Jenkinsfile: set ACR registry to crpi-n44qjpuucgjt8e8c.cn-beijing.personal.cr.aliyuncs.com
- tenant-service: fix email SMTP to smtp.sina.com port 465 with SSL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>