Started by user admin Running as SYSTEM Building remotely on remote-node1 (java21) in workspace /jenkins_home/workspace/STG Server Agent Command [STG Server Agent Command] $ /bin/sh -xe /tmp/jenkins1552037047239071468.sh + tee allinone.yml version: '3.6' services: webdav: image: derkades/webdav ports: - "31321:80" environment: USERNAME: nfs PASSWORD: qwe123 TZ: "Asia/Seoul" volumes: - /nfs:/data deploy: mode: replicated replicas: 1 placement: constraints: [node.hostname == swarm1] networks: &allinoneNetwork - allinoneNetwork logging: driver: "json-file" options: max-file: "5" max-size: "100m" configs: settings.json: file: ./etherpad/settings.json networks: allinoneNetwork: driver: overlay attachable: true [STG Server Agent Command] $ /bin/sh -xe /tmp/jenkins7938048130494987550.sh + 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_webdav (id: nknrpnd0oyjk7xnb3d6aeffdd) Finished: SUCCESS