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

wooga / atlas-paket / 44 / 1
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 13 Mar 2018 01:12PM UTC
Files 29
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

13 Mar 2018 01:06PM UTC coverage: 88.091% (+0.01%) from 88.077%
44.1

push

jenkins

web-flow
Add endpoint input value to PaketPush (#27)

Description
===========

Paket push supports a custom `--endpoint` or `endpoint` flag for the
`push command. This pull requests adds support for this option.
The task `PaketPush` contains a new property endpoint which
when sets adds this argument to the `paket push` command.

The Nuget Repository object also contains a new setter for `endpoint`
this allows to configure the endpoint at publish repository level.

```groovy
publishing {
    repositories {
        nuget {
            name "nuget1"
            url "https://nuget.feed"
            endpoint "/api/v2/package"
        }
    }
}
```

Changes
=======

![ADD] `endpoint` property to `PaketPush`
![ADD] `endpoint` property to `NugetRepository`

466 of 529 relevant lines covered (88.09%)

0.88 hits per line

Source Files on job 44.1
  • Tree
  • List 0
  • Changed 29
  • Source Changed 29
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 44
  • d7eb5d93 on github
  • Prev Job for on master (#43.1)
  • Next Job for on master (#45.1)
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