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 MegazoneCloud in workspace /jenkins_home/workspace/STG-CD-Java-Service-Tree-Framework-Backend-Core
[STG-CD-Java-Service-Tree-Framework-Backend-Core] $ /bin/sh -xe /tmp/jenkins6346394820634633814.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.a-rms.net
      SLACK_TOKEN: xoxb-6506875664277-6522692878945-oPqPDaebTVqUNHQfoIokVc9y
      SPRING_PROFILES_ACTIVE: live # 여기에 원하는 프로파일을 설정
      TZ: Asia/Seoul
    volumes:
      - /nfs/allinone/app/backend-core:/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
[STG-CD-Java-Service-Tree-Framework-Backend-Core] $ /bin/sh -xe /tmp/jenkins7580745641947055659.sh
+ LOGSERVER=172.31.3.186 NFSSERVER=172.31.3.186 NFSPATH=/volume1/web docker stack deploy -c allinone.yml allinone
Updating service allinone_backend-core (id: lwoewe0bn7cq169fkggqk4auc)
Finished: SUCCESS