Console Output

Started by upstream project "DEV-STG-CI-Java-Service-Tree-Framework-Backend-Core" build number 973
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 remote-node3 (remote-node) in workspace /jenkins_home/workspace/DEV-CD-Java-Service-Tree-Framework-Backend-Core
[DEV-CD-Java-Service-Tree-Framework-Backend-Core] $ /bin/sh -xe /tmp/jenkins468466327775592583.sh
+ tee allinone.yml

version: '3.6'

services:

  backend-core:
    image: 313.co.kr:5550/313devgrp/java-service-tree-framework-backend-core:24.11.37
    ports:
      - 31313:31313
    environment:
      ARMS_DETAIL_CONNECT_URL: www.313.co.kr #http:// 제외, /arms~ add.
      SLACK_TOKEN: xoxb-6506875664277-6522692878945-oPqPDaebTVqUNHQfoIokVc9y
      SPRING_PROFILES_ACTIVE: stg # 여기에 원하는 프로파일을 설정
      TZ: Asia/Seoul
    extra_hosts:
      - "313.co.kr:192.168.25.31"
      - "db.313.co.kr:192.168.25.40"
      - "nas.313.co.kr:192.168.25.42"
      - "ubuntu.313.co.kr:192.168.25.31"
      - "www.313.co.kr:192.168.25.31"
      - "www.a-rms.net:192.168.25.31"
      - "a-rms.net:192.168.25.31"
    volumes:
      - backend-core-volume:/mnt
    deploy:
      mode: replicated
      replicas: 1
      placement:
        constraints: [node.hostname == swarm1]
    networks:
      - allinoneNetwork
    logging:
      driver: fluentd
      options:
        fluentd-address: 192.168.25.33:24224
        fluentd-async-connect: "true"
        fluentd-retry-wait: "1s"
        fluentd-max-retries: "30"
        tag: backendcore

volumes:

######################################### Application #########################################

  middle-proxy-volume:
    driver: local
    driver_opts:
      type: "nfs"
      o: "addr=192.168.25.42,nolock,soft,rw,sync"
      device: ":/volume1/web/allinone/app/middle-proxy"

  backend-core-volume:
    driver: local
    driver_opts:
      type: "nfs"
      o: "addr=192.168.25.42,nolock,soft,rw,sync"
      device: ":/volume1/web/allinone/app/backend-core"

  engine-fire-volume:
    driver: local
    driver_opts:
      type: "nfs"
      o: "addr=192.168.25.42,nolock,soft,rw,sync"
      device: ":/volume1/web/allinone/app/engine-fire"

networks:
  allinoneNetwork:
    driver: overlay
    attachable: true
[DEV-CD-Java-Service-Tree-Framework-Backend-Core] $ /bin/sh -xe /tmp/jenkins1159431347544306912.sh
+ GATEIP=192.168.25.33 NFSSERVER=192.168.25.42 NFSPATH=/volume1/web ELKVERSION=7.17.13 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_backend-core (id: hl5atqgho4zi96bnubh1eq1r9)
Finished: SUCCESS