Started by user admin 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/jenkins7464658277078430019.sh + tee allinone.yml version: '3.6' services: ai: image: 313.co.kr:5550/313devgrp/java-service-tree-framework-ai:26.0.0 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/jenkins13747203687050453604.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: ejwwcsusf05rn9tcbqjh1o6o3) Finished: SUCCESS