Console Output
Started by user admin
Running as SYSTEM
Building remotely on MegazoneCloud in workspace /jenkins_home/workspace/LIVE-CD-Java-Service-Tree-Framework-Engine-Fire
[LIVE-CD-Java-Service-Tree-Framework-Engine-Fire] $ /bin/sh -xe /tmp/jenkins15142106621982883615.sh
+ tee allinone.yml
version: '3.6'
services:
engine-fire:
image: 313.co.kr:5550/313devgrp/java-service-tree-framework-engine-fire:24.7.43
environment:
SPRING_PROFILES_ACTIVE: live # 여기에 원하는 프로파일을 설정
SLACK_TOKEN: xoxb-6506875664277-6522692878945-oPqPDaebTVqUNHQfoIokVc9y
TZ: Asia/Seoul
ports:
- 33333:33333
volumes:
- /nfs/allinone/app/engine-fire:/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-Engine-Fire] $ /bin/sh -xe /tmp/jenkins10355662226311118397.sh
+ LOGSERVER=172.31.3.186 NFSSERVER=172.31.3.186 NFSPATH=/volume1/web docker stack deploy -c allinone.yml allinone
Updating service allinone_engine-fire (id: o4bjjsrlg2dil138vz939tr8s)
Finished: SUCCESS