Bring back the timestamp task/batch app for 2.0.x (#192)

- Remove unused timestamp task apps `docker/assembly.xml`
- Resurrect the timestamp task/batch 2.0.x app
- Add the resurrected apps to CI which publishes them to `/milestone`
This commit is contained in:
Chris Bono
2023-06-01 14:37:00 -05:00
committed by GitHub
parent b691c211f9
commit ba3100b6c2
68 changed files with 2132 additions and 85 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [ "$TIMESTAMP_BATCH_TASK_VERSION" = "" ]; then
TIMESTAMP_BATCH_TASK_VERSION=2.0.2
fi
./mvnw -o clean install -DskipTests
./mvnw -o spring-boot:build-image -DskipTests -Dspring-boot.build-image.imageName=springcloud/timestamp-batch-task:$TIMESTAMP_BATCH_TASK_VERSION