Console Output

Started by upstream project "STG-CI-Java-Service-Tree-Framework-Global-Config" build number 170
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-Global-Config
[LIVE-CD-Java-Service-Tree-Framework-Global-Config] $ /bin/sh -xe /tmp/jenkins9715955754504364261.sh
+ tee allinone.yml

version: '3.6'

services:

  global-config:
    image: 313.co.kr:5550/313devgrp/java-service-tree-framework-global-config:25.12.0
    ports:
      - 33133:33133
    environment:
      SPRING_PROFILES_ACTIVE: live # 여기에 원하는 프로파일을 설정     
      TZ: Asia/Seoul
      SLACK_TOKEN: xoxb-6506875664277-6522692878945-oPqPDaebTVqUNHQfoIokVc9y
    volumes:
      - /nfs/allinone/app/global-config:/mnt
    deploy:
      mode: replicated
      replicas: 1
    networks:
      - allinoneNetwork
    logging:
      driver: fluentd
      options:
        fluentd-address: 192.168.10.186:24224
        fluentd-retry-wait: "60s"
        fluentd-max-retries: "30"
        tag: globalconfig    

networks:
  allinoneNetwork:
    driver: overlay
    attachable: true
[LIVE-CD-Java-Service-Tree-Framework-Global-Config] $ /bin/sh -xe /tmp/jenkins12234400287091408839.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_global-config (id: 5k3pjywml3jnev7oraekhj9sk)
Finished: SUCCESS