• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eclass / semantic-release-docker-swarm / #14
99%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2021 03:11PM UTC
Jobs 1
Files 4
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#14

push

lgaticaq
feat(config): enable multiple services

BREAKING CHANGE: to migrate to v2 update config to services array

v1
```json
{
  "dockerHost": "ssh://username@host",
  "service": "mystack_myservice",
  "image": "registry.gitlab.com/mygroup/myapp",
  "updateOrder": "start-first"
}
```

v2
```json
{
  "dockerHost": "ssh://username@host",
  "services": [
    {
      "name": "mystack_myservice",
      "image": "registry.gitlab.com/mygroup/myapp",
      "updateOrder": "start-first"
    },
    {
      "name": "mystack_myworker",
      "image": "registry.gitlab.com/mygroup/myapp",
      "updateOrder": "stop-first"
    }
  ]
}
```

17 of 18 branches covered (94.44%)

Branch coverage included in aggregate %.

51 of 51 relevant lines covered (100.0%)

2.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #14.1 01 Apr 2021 03:11PM UTC 0
98.55
Source Files on build #14
Detailed source file information is not available for this build.
  • Back to Repo
  • c24803da on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc