Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Basic Authentication support for npm feed in 4.6.5

    npm proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    If you are using IIS, you'll need to make sure that the ProGet AppPool is set to use Integrated Pipeline mode. If hosting with the integrated web server, it should just work. You may also need to enable always-auth for npm to force basic authentication.
  • Azure Non-Legacy Actions?

    buildmaster azure actions
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Definitely! We're really not thrilled on how the current legacy Actions work (they were built by a third party, and also during a time that Azure underwent so many changes), so we'd like to update them to make more sense and be more useful... We'd love to understand your usecases, and how we can make the BuildMaster/Otter Azure integrations great. It'd be quite a bit easier to do this outside of Q&A though, so let's get in touch via email!
  • Issues connecting to NPM Feed

    proget npm
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Please upgrade to the latest version of ProGet; 4.3.1 is outdated.
  • Unable to View Docker Package in ProGet after successful push

    proget
    5
    0 Votes
    5 Posts
    2 Views
    ?
    Note that these are different issues. Please upgrade to the latest ProGet to resolve this and the other issue. As of this post, that's 4.7.8. However, we do release often so if another one comes out before then, pick that one :)
  • 0 Votes
    2 Posts
    1 Views
    ?
    Answering my own question: all one needs to so for this is to remove the Anonymous user from the users allowed to "View and download packages".
  • ProGet Version

    proget-installation proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    This can be found in the lower-right of any page in the software.
  • 0 Votes
    16 Posts
    71 Views
    ?
    I found this thread after experiencing a similar issue. I was seeing the "string is not a valid semantic version error" from Proget when npm would try to install scoped packages, but only when the npm install was automatically triggered inside Visual Studio by a change to the package.json. We already had the latest version of Proget with the change to the web.config and installs worked fine when running from command line. Problem turned out to be the fact that Visual Studio 2015 had installed it's own copy of the npm.cmd as an external web tool. This was an older version than the one I had installed globally, but the order of external web tool locations in Visual Studio had the path to the older version listed before my system path. Making system path take precedence solved the issue. [image: 0285.tools-options2_15477577.png] Just thought I'd post this here in case anyone else with a similar issue stumbles across this thread like I did.
  • Proget via Reverse Proxy URL

    proget proxy
    2
    0 Votes
    2 Posts
    87 Views
    ?
    You can configure this via the "BaseUrl" setting in the Admin > Advanced Settings configuration option.
  • How to add a maven package to proget

    proget
    2
    0 Votes
    2 Posts
    47 Views
    ?
    There are many guides and ways to do this, please search "adding a maven artifact to a repository". Here is one such example: https://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html
  • Deployment with Proget,Docker and OctopusDeploy

    proget
    2
    0 Votes
    2 Posts
    16 Views
    ?
    This is on our list for an upcoming maintence release, and may get implemented in the next one. you can check the status of it at PG-1001. https://inedo.myjetbrains.com/youtrack/issue/PG-1001
  • 0 Votes
    2 Posts
    66 Views
    ?
    This package indicates that the package you are adding is in an invalid format. If it's a nuGet feed, you must upload a nuget package. If it's a universal feed, you must upload a universal package format.
  • Random 'Artifact file not found' errors

    buildmaster artifacts
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Well, the only code path that will yield that error is if System.IO reports that the file requested is not on disk. The most likely cause of that is that the file is not actually there at the time (obviously), but that might be because anti-virus quartanteed it, a file server didn't replicate it, or something? So, I would try to find what might be causing that file not to be there. The only way that BuildMaster will delete a file (but not the record) is a retention policy.
  • 0 Votes
    3 Posts
    82 Views
    ?
    Ok I figured out what I was doing wrong. I was setting the URL in build.gradle to: http://<user>:<password>@proget-server But it should look like this instead publishing { repositories { maven { credentials { username "$mavenUser" password "$mavenPassword" } url "http://proget-server" } } } With the mavenUser and mavenPassword being defined in ~/.gradle/gradle.properties
  • Integrating ProGet with Vor Security

    proget
    14
    0 Votes
    14 Posts
    28 Views
    ?
    Correct; that, and the API key, are what get sent over.
  • 0 Votes
    3 Posts
    16 Views
    benB
    Correct. Output variables don't need to be specially declared. However, the next version of the Windows plugin for BuildMaster and Otter will add support for [ref] parameters as output variables in the editor.
  • Internal Server Error when using upack push

    packages proget
    5
    0 Votes
    5 Posts
    21 Views
    benB
    I'm on ProGet Version 4.7.8 (Build 4) (locally hosted, not on EC2) and I'm able to upload universal packages to an S3-backed feed using the upack.exe tool with both the latest published release of the Amazon plugin and a debug build from source code. Can you still reproduce the error on the latest version of ProGet?
  • Returning a list from a PSEval execution

    powershell buildmaster
    12
    0 Votes
    12 Posts
    30 Views
    ?
    Thanks. That of course fixed it.
  • Otter: How to use Dependent Roles

    otter
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Thanks Tod, I guess I was overly enthusiastic for this feature ;)
  • 0 Votes
    2 Posts
    5 Views
    benB
    MaxResponseLength was missing a ScriptAlias. It'll be fixed in the next release.
  • How can I download files without being logged in?

    api java jira proget
    3
    0 Votes
    3 Posts
    21 Views
    ?
    Apparently I was an idiot and couldn't do basic auth correctly, because once I did that correctly it worked fine without anonymous access involved. I am using Java 8, and the Authenticator class to set the authentication on my URL globally. Hope this helps the next person coming along.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation