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

wooga / atlas-paket / 2 / 1
88%
master: 39%

Build:
Build:
LAST BUILD BRANCH: PR-79
DEFAULT BRANCH: master
Ran 12 Mar 2018 05:12PM UTC
Files 29
Run time 3s
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

12 Mar 2018 05:03PM UTC coverage: 88.091% (+0.4%) from 87.713%
2.1

push

jenkins

Larusso
Add endpoint input value to PaketPush

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 2.1
  • Tree
  • List 0
  • Changed 29
  • Source Changed 29
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • 8fd37030 on github
  • Prev Job for on PR-27 (#1.1)
  • Next Job for on PR-27 (#2.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