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

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

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

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`

464 of 529 relevant lines covered (87.71%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2.1 12 Mar 2018 05:14PM UTC 0
87.71
Source Files on build 2
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #2
  • 8fd37030 on github
  • Prev Build on PR-27 (#2)
  • Next Build on PR-27 (#3)
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