Started by upstream project "STG-CI-Java-Service-Tree-Framework-AI" build number 79
originally caused by:
Started by an SCM change
Running as SYSTEM
Building remotely on live-node in workspace /jenkins_home/workspace/LIVE-CD-Java-Service-Tree-Framework-AI
[LIVE-CD-Java-Service-Tree-Framework-AI] $ /bin/sh -xe /tmp/jenkins13832961984244004403.sh
+ tee allinone.yml
version: '3.6'
services:
ai:
image: 313.co.kr:5550/313devgrp/java-service-tree-framework-ai:25.12.4
ports:
- 31311:31311
environment:
SPRING_PROFILES_ACTIVE: live # 여기에 원하는 프로파일을 설정
TZ: Asia/Seoul
volumes:
- /nfs/allinone/app/ai:/mnt
deploy:
mode: replicated
replicas: 1
networks:
- allinoneNetwork
logging: &allinoneLogging
driver: "json-file"
options:
max-file: "5"
max-size: "100m"
networks:
allinoneNetwork:
driver: overlay
attachable: true
[LIVE-CD-Java-Service-Tree-Framework-AI] $ /bin/sh -xe /tmp/jenkins9771917048832902448.sh
+ LOGSERVER=192.168.10.186 docker stack deploy -c allinone.yml allinone
Since --detach=false was not specified, tasks will be created in the background.
In a future release, --detach=false will become the default.
Updating service allinone_ai (id: yjm4xq73yw14xd8sw445s27ek)
Finished: SUCCESS