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!

  • Send Email on Plan Changes for BuildMaster

    security buildmaster
    3
    0 Votes
    3 Posts
    15 Views
    T
    We added basic support for this in BM-3197, though anything more complicated needs to be handled with a custom event listener. If you want to create a custom extension for this (and are an enterprise customer) you already have access to the source code at https://my.inedo.com, or you can request direct source access to our GitLab repository as well, just send a note via the contact form.
  • Authentication to Symbols Server

    proget symbols authentication
    5
    0 Votes
    5 Posts
    9 Views
    T
    Now that the current version of Visual Studio seems to respect authentication challenges, we are adding support for this. The tracking issue is here: PG-1273
  • 0 Votes
    2 Posts
    11 Views
    atrippA
    I'm afraid Linux doesn't support Windows Integrated Authentication. As a work-around, you can create a second site in IIS that points to the same path, but doesn't have Windows Integrated Authentication enabled.
  • Error while upload nuget package

    proget
    4
    0 Votes
    4 Posts
    19 Views
    atrippA
    Hello; it's not the drop path, but the package source path. You can set this in the ADmin > Advanced Settings, and also in each feed.
  • API key logging & overwrite package behaviour

    nuget api proget
    4
    0 Votes
    4 Posts
    24 Views
    ?
    Use permissions for this. There is a Feeds_OverwritePackage task or something that you can remove, or restrict as you see fit.
  • Inedo Hub and HA/LB Installations

    proget
    2
    0 Votes
    2 Posts
    3 Views
    atrippA
    The Inedo Hub is still in Beta, but we plan to have it support individual components of a tool, such as ProGet.Web. You will also be able to do something like, romp install ProGet.Web to just install/configure the web package. We're also going to be shipping the "legacy" installer (probably won't call it that ^_^), as an alternative option for people who set up automations. For now.. you can use same process.
  • IIS::Ensure-Site and IIS:Ensure-AppPool errors

    iis buildmaster
    2
    0 Votes
    2 Posts
    48 Views
    ?
    Issue solved. wrong role was applied, target server has no IIS feature installed.
  • 0 Votes
    2 Posts
    26 Views
    ?
    I had to update the NuGet feeds to the latest version after the upgrade. The packages are pulling in now.
  • Release creation in the cloned application

    buildmaster releases
    5
    0 Votes
    5 Posts
    9 Views
    jraschJ
    The fix will be part of that (it was actually a regression in the Pipeline picker control which is on both of those pages).
  • 0 Votes
    2 Posts
    39 Views
    jraschJ
    This will be fixed in PG-1273 for the next maintenance release.
  • Windows Agentless Servers

    buildmaster agents
    2
    0 Votes
    2 Posts
    14 Views
    ?
    Blindly ignoring certificate validation in an orchestration tool such as BuildMaster is not recommended; basically it allows you to transfer secrets and other sensitive information to a machine that isn't what you think it is. as such, we don't have it as a checkbox or option. Instead, your better off resolving the certificate validation errors. Typically, you just need to make sure you have a self-signed certificate installed on the BuildMaster machine. If you can share more details about the configuration, we might be able to provide some more guidance on configuring certificates --- but I'm not sure how things are configured now, so it's hard to be more specific! Hope this at least helps a litte..
  • Quality Centre

    buildmaster
    2
    0 Votes
    2 Posts
    7 Views
    ?
    While we don't have a "first class" Quality Center integration, we have a number of customers who have done this. Unfortunately, HPQC automation is not easy, especially to generalize into a plug-in, which is why we don't have built-in support for it. But there are a few general things to keep in mind as you design a process around this, and of course please don't hesitate to reach out for more help :) Of course, BuildMaster can run "anything" with a commandline-interface using the Exec operation. You can create a Powershell Script to surround this, or a OtterScript module to give you a consistent set of arguments. Unfortunately, QC doesn't have a commandline, but it does have a COM-based OTA API that can be used to build a commandline tool that BuildMaster then calls. You could also build an extension using the Inedo SDK that calls this API, but in this case, building your own CLI is typically easier, because you can independently test it, and it offers some isolation against problems with the COM-based API. It does appear that QC has a REST API, but it is a "technical preview" and probably isn't feature complete. You may be able to use it, which would be a lot easier, since you can just use PowerShell or built-in operations to make simple HTTP calls. Hope this helps a little bit!
  • Quality Centre with Buildmaster

    buildmaster applications
    2
    0 Votes
    2 Posts
    8 Views
    ?
    While we don't have a "first class" Quality Center integration, we have a number of customers who have done this. Unfortunately, HPQC automation is not easy, especially to generalize into a plug-in, which is why we don't have built-in support for it. But there are a few general things to keep in mind as you design a process around this, and of course please don't hesitate to reach out for more help :) Of course, BuildMaster can run "anything" with a commandline-interface using the Exec operation. You can create a Powershell Script to surround this, or a OtterScript module to give you a consistent set of arguments. Unfortunately, QC doesn't have a commandline, but it does have a COM-based OTA API that can be used to build a commandline tool that BuildMaster then calls. You could also build an extension using the Inedo SDK that calls this API, but in this case, building your own CLI is typically easier, because you can independently test it, and it offers some isolation against problems with the COM-based API. It does appear that QC has a REST API, but it is a "technical preview" and probably isn't feature complete. You may be able to use it, which would be a lot easier, since you can just use PowerShell or built-in operations to make simple HTTP calls. Hope this helps a little bit!
  • VSIX Feed problem

    proget visual-studio
    3
    0 Votes
    3 Posts
    22 Views
    ?
    Hello, Ben. Thank you for your reply. Test result is as you expected. The icon issue was solved after I changed backslash to forward slash. Regards.
  • Pushing to a Docker Registry on ProGet

    proget
    2
    0 Votes
    2 Posts
    123 Views
    benB
    Hello Jasper, I don't have a Linux installation of ProGet in front of me, but it's possible that this would work if you renamed the feed to dspdocker (with no capital letters).
  • SemVer 2.0 download URL

    nuget proget visual-studio
    2
    0 Votes
    2 Posts
    11 Views
    benB
    Hello Attila, This is indeed a bug. I've filed PG-1272 to fix this.
  • Role Dependency Collect / Configure Behaviour

    otter powershell
    3
    0 Votes
    3 Posts
    6 Views
    ?
    Just as an update to this, we have updated the behavior of how role dependencies work to better support this scenario. Given the original example... B (Collect) D (Collect) B (Configure) D (Configure) The new behavior will be that, if "B" reports drift, then "D" (as a dependent role) will also be considered drifted, and then both B and D will be configured as expected.
  • 404 Not Found from NuGet push with symbols

    symbols proget nuget
    2
    0 Votes
    2 Posts
    54 Views
    ?
    You'll want to push a "combined" symbols package to http://🚫/nuget/feed-name - the symbols endpoint is for downloading extracted symbols only. Check out the guide we have at Symbol and Source Server docs for more info
  • Local npm package not listed

    feeds npm proget search
    2
    0 Votes
    2 Posts
    24 Views
    benB
    Hello Tobias, PG-1270 will make local packages appear before remote packages in the list, as well as making connector packages appear in the same order that they would appear in the connector.
  • Create private feeds with login option

    proget nuget authentication
    5
    0 Votes
    5 Posts
    51 Views
    ?
    I can answer the first three questions pretty easily: ProGet does not support being installed as a sub-application; some users have done a reverse proxy successfully, but we really don't support that configuration The Feed url is based on the name of your feed, so it can be whatever you want. You can't do further customization. That's not a problem But I'm afraid I really don't understand the situation about 4-6. ProGet does have some extensibility hooks that you may be able to use.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation