Console Output

Started by upstream project "STG-CI-Java-Service-Tree-Framework-Engine-Fire" build number 1723
originally caused by:
 Started by an SCM change
Running as SYSTEM
Building remotely on remote-node1 (java21) in workspace /jenkins_home/workspace/STG-CD-Java-Service-Tree-Framework-Engine-Fire
[STG-CD-Java-Service-Tree-Framework-Engine-Fire] $ /bin/sh -xe /tmp/jenkins8659539819075160052.sh
+ tee allinone.yml

version: '3.6'

services:

  engine-fire:
    image: 313.co.kr:5550/313devgrp/java-service-tree-framework-engine-fire:25.12.53
    environment:
      SPRING_PROFILES_ACTIVE: stg # 여기에 원하는 프로파일을 설정
      TZ: Asia/Seoul
    ports:
      - 33333:33333
    extra_hosts:
      - "313.co.kr:192.168.25.101"
      - "db.313.co.kr:192.168.25.40"
      - "nas.313.co.kr:192.168.25.42"
      - "ubuntu.313.co.kr:192.168.25.101"
      - "www.313.co.kr:192.168.25.101"
      - "www.a-rms.net:192.168.25.101"
      - "a-rms.net:192.168.25.101"
    volumes:
      - /nfs/allinone/app/engine-fire:/mnt
    deploy:
      mode: replicated
      replicas: 1
      placement:
        constraints: [node.hostname == swarm2]
    networks:
      - allinoneNetwork
    logging:
      driver: fluentd
      options:
        fluentd-address: 192.168.25.102:24224
        fluentd-retry-wait: "1s"
        fluentd-max-retries: "30"
        tag: enginefire


        
networks:
  allinoneNetwork:
    driver: overlay
    attachable: true
[STG-CD-Java-Service-Tree-Framework-Engine-Fire] $ /bin/sh -xe /tmp/jenkins15024266962987205875.sh
+ LOGSERVER=192.168.25.102 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_engine-fire (id: p260qxvt4o3klw41vm4lpjagb)
Finished: SUCCESS