Console Output

Started by upstream project "313DEVGRP-CI-Java-Service-Tree-Framework-Middle-Proxy" build number 317
originally caused by:
 Started by user admin
 Started by user admin
 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/313DEVGRP-CD-Java-Service-Tree-Framework-Middle-Proxy
[313DEVGRP-CD-Java-Service-Tree-Framework-Middle-Proxy] $ /bin/sh -xe /tmp/jenkins5872636339297933037.sh
+ tee allinone.yml

version: '3.6'

services:

  middle-proxy:
    image: 313.co.kr:5550/313devgrp/java-service-tree-framework-middle-proxy:24.7.2
    ports:
      - 13131:13131
    environment:
      ARMS_BASE_ADDR: www.313.co.kr
    volumes:
      - middle-proxy-volume:/mnt
    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"
    deploy:
      mode: replicated
      replicas: 1
      placement:
        constraints: [node.hostname == k8s1]
    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: middleproxy

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
[313DEVGRP-CD-Java-Service-Tree-Framework-Middle-Proxy] $ /bin/sh -xe /tmp/jenkins1967450377801364805.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
Updating service allinone_middle-proxy (id: tjcd6w7vq9fv3yf2oj7q8mfuh)
Finished: SUCCESS