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

wooga / atlas-paket / 44
39%

Build:
DEFAULT BRANCH: master
Ran 13 Mar 2018 01:15PM 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
44

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

Jobs
ID Job ID Ran Files Coverage
1 44.1 13 Mar 2018 01:15PM UTC 0
88.09
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #44
  • d7eb5d93 on github
  • Prev Build on master (#45)
  • Next Build on master (#45)
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