Console Output

Started by upstream project "LIVE-CI-Java-Service-Tree-Framework-Global-Config" build number 2
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
Running as SYSTEM
Building remotely on MegazoneCloud in workspace /jenkins_home/workspace/LIVE-CD-Java-Service-Tree-Framework-Global-Config
[LIVE-CD-Java-Service-Tree-Framework-Global-Config] $ /bin/sh -xe /tmp/jenkins16784229113650181796.sh
+ tee allinone.yml

version: '3.6'

services:

  global-config:
    image: 313.co.kr:5550/313devgrp/java-service-tree-framework-global-config:24.7.12
    ports:
      - 33133:33133
    environment:
      SPRING_PROFILES_ACTIVE: live # 여기에 원하는 프로파일을 설정
      SLACK_TOKEN: xoxb-6506875664277-6522692878945-HskjLlwVilRWrFqfWdyI2E4y
      TZ: Asia/Seoul
    volumes:
      - /nfs/allinone/app/global-config:/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-Global-Config] $ /bin/sh -xe /tmp/jenkins8001571143030918230.sh
+ LOGSERVER=172.31.3.186 NFSSERVER=172.31.3.186 NFSPATH=/volume1/web docker stack deploy -c allinone.yml allinone
Updating service allinone_global-config (id: v03ektnzra4ggurok4ktwtmft)
Finished: SUCCESS