Started by upstream project "STG-CI-Java-Service-Tree-Framework-AI" build number 306
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/jenkins2530756398621134754.sh
+ tee allinone.yml
version: '3.6'
services:
ai:
image: 313.co.kr:5550/313devgrp/java-service-tree-framework-ai:26.4.55
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:
driver: fluentd
options:
fluentd-address: 192.168.25.200:24224
fluentd-retry-wait: "60s"
fluentd-max-retries: "30"
tag: ai
networks:
allinoneNetwork:
driver: overlay
attachable: true
[LIVE-CD-Java-Service-Tree-Framework-AI] $ /bin/sh -xe /tmp/jenkins7147996288022969516.sh
+ LOGSERVER=192.168.25.200 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: tjboxtht8i5px77nezpld1ehi)
Finished: SUCCESS