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!

  • Error in Global Template not caught in local plan

    buildmaster
    5
    0 Votes
    5 Posts
    10 Views
    ?
    Good idea about the throw statement - I've added a feature request with suggested formal grammar to our public issue tracker as IEE-14. There are other things we'll have to take into account such as documentation updates and updating the visual plan editor to handle this, so it's not scheduled yet, but at least it is logged.
  • Knowing what plans are used where

    reporting buildmaster
    2
    0 Votes
    2 Posts
    9 Views
    J
    I think one approach you could take would be to utilize the Native API which, using your example, could be found at https://example.com/reference/api. You could call the Pipelines_GetPipelines endpoint, filter by "Active_Indicator" == true, then parse the "Pipeline_Configuration" xml for each pipeline looking for the "PlanName" attribute of the "Properties" element under the "Inedo.BuildMaster.Pipelines.PipelineStageTarget" elements. Here's a snippet of the "Pipeline_Configuration" I get back when I run this, to get a better idea. <Inedo.BuildMaster.Pipelines.Pipeline Assembly="BuildMaster"> <Properties Name="All" Color="#499e8d" Description="The pipeline that deploys to all environments on all stacks. " EnforceStageSequence="False"> <Stages> <Inedo.BuildMaster.Pipelines.PipelineStage Assembly="BuildMaster"> <Properties Name="Build" TargetExecutionMode="Parallel" AutoPromote="False"> <Targets> <Inedo.BuildMaster.Pipelines.PipelineStageTarget Assembly="BuildMaster"> <Properties PlanName="Main-Build" EnvironmentName="BuildFarm" DefaultServerContext="None"> <ServerNames /> <ServerRoleNames /> </Properties> </Inedo.BuildMaster.Pipelines.PipelineStageTarget> </Targets> From this you can see I have a Pipeline named "All" that has a stage named "Build" that calls the plan "Main-Build".
  • Limiting Resource Credentials in Environments

    buildmaster security
    4
    0 Votes
    4 Posts
    13 Views
    ?
    Found the follow-up issue as a user error. After upgrading to 6.0.x the feature worked as expected.
  • Can we have Global Release Template in BuildMaster?

    templates buildmaster
    4
    0 Votes
    4 Posts
    12 Views
    atrippA
    Hello; I've added a feature request for this. There is no ability to do a "mass edit" like this I'm afraid.
  • AD and TLS

    ssl proget
    2
    0 Votes
    2 Posts
    18 Views
    atrippA
    Hello; Inedo.com currently seems to only communicate over TLS1.0; I don't have a timeframe for when that will be upgraded, but I want to add that we don't have any secure or sensitive information on inedo.com anyways. In the case of LDAP, it seems to me that there is some sort of issue with the LDAP code mapping your username. AD configuration can be very complicated I'm afraid, and it will involve a bit of back-and forth, with sharing potentially sensitive or company-identifying information. When you search for a user in ProGet, you will see a log of the domains, etc., being searched. Ifyou can publish that to a ticket, then we can investigate further.
  • Are Package Notes Supported?

    packages buildmaster triggered-builds
    2
    0 Votes
    2 Posts
    7 Views
    atrippA
    Hi Josh, Sorry, this seems to be a v6 glitch! But we're on it :) I've submitted BM-3192 and then inedo-docs/#6 to update our documentation. Your understanding of how the feature is supposed to work is correct, and your use-case is how it's supposed to be. Thanks for reporting it !
  • Feature request: Configure the Windows services to auto-recover.

    proget
    3
    0 Votes
    3 Posts
    18 Views
    J
    Thanks Dean, I did a fresh install. The new settings are so minimal that I'm not sure people will notice the change. Crashes after the first one are silent, as before, making the user restart the service by hand and think "ProGet flaked out". What do you think about resetting the fail counter every few days? About using the "run program" hook to report crashes? Does Inedo automatically get crash reports? Thanks for your help. [image: RPpQu6V.png]
  • Visual Studio ProGet 400 Error

    visual-studio proget
    2
    0 Votes
    2 Posts
    17 Views
    ?
    Based on the URL -- you must have created a Universal Packages feed. You'll need to create a NuGet feed. [image: create-feed.png]
  • 0 Votes
    1 Posts
    9 Views
    No one has replied
  • Multiple questions for installing ProGet

    proget-installation proget
    2
    0 Votes
    2 Posts
    11 Views
    atrippA
    hi Keith, We definitely plan on having an offline process, and welcome your feedback on it. You can read a bit about how the hub works (it's in beta, so please forgive the rough docs). Specifically, check out "Configuration and Offline Installs": https://inedo.com/support/documentation/proget/installation/hub/inedo-hub The Inedo Hub wraps Romp (more coming soon on that), so you could also use that to install ProGet as well, as a command line process. Does that help?
  • Issues of health check & caching

    proget
    2
    0 Votes
    2 Posts
    1 Views
    atrippA
    You shouldn't be receiving a "401" error from the public npmjs registry. If you are, my guess is that you have some sort of proxy or firewall selectively blocking outgoing access to certain queries to the registry. Once you resolve that, then p[roblem #2 will also be resolved.
  • TC

    proget teamcity
    2
    0 Votes
    2 Posts
    5 Views
    atrippA
    We don't have any guides on this integration specifically, but the usual situation is that TC can't authenticate. The easiest thing to do is to allow anonymous publishing to the feed, but not overwriting. Otherwise, you can try to get the authentication to properly work, which typically involves sending username/password or configurating an API key properly.
  • Implement support for Portable PDB format (NuGet)

    proget symbols net
    7
    0 Votes
    7 Posts
    25 Views
    ?
    Thank you, I was not aware of this. Seems to work
  • Activation Key

    activation buildmaster
    2
    0 Votes
    2 Posts
    22 Views
    atrippA
    In this case, it seems like your machine has no internet access, and can't request a key from my.inedo.com; you can do it manually from that website.
  • Invoke-Expression from global PowerShell script

    powershell buildmaster
    2
    0 Votes
    2 Posts
    132 Views
    G
    Are you sure you're using the right server context when calling the BuildMaster Powershell Asset? If you print out the server name in your asset using $env:computername do you get back the expected server? If I create a simple plan ##AH:UseTextMode for server $MyServer { PSCall GLOBAL::Test_Powershell_Asset; } Where my powershell asset is defined as this one-liner Invoke-Expression C:\Path\To\PowerShell\script.ps1 Then I am able to run this script, no problem.
  • LDAP Group Permissions not working

    proget ldap
    2
    0 Votes
    2 Posts
    8 Views
    ?
    We've narrowed down the issue. It seems that the service user that ProGet is running with cannot see all the members of the LDAP groups. This can be fixed by changing the user to one that can see all members of the LDAP groups through this process: https://inedo.com/support/kb/1077/configuring-your-inedo-product-to-run-as-a-windows-domain-account
  • Stop auto login of "ExpressUser"

    otter authentication
    4
    0 Votes
    4 Posts
    16 Views
    atrippA
    You can request it at my.inedo.com, or just ask as a note on the Otter Quote Request Form. What's nice about going through the pre-sales/quote process, is that we can work together beyond just random forum / Q&A posts, as obviously we are generally motivated to help you prove a success to enable a sale ;)
  • Finance contact to facilitate purchasing ProGet license

    proget
    2
    0 Votes
    2 Posts
    3 Views
    atrippA
    Hello; please fill out the contact form, and we will be able to you via email.
  • Provide a way to document consumers of a nuget package

    proget
    4
    0 Votes
    4 Posts
    0 Views
    atrippA
    I see, that's an interesting idea. It seems like some sort of auto-generated documentation of sorts? I don't know if ProGet is the place for that data, but we don't have a feature to store such doumentation at this time. So, maybe you could auto-post it a documentation wiki of sorts and use the "Project URL" property to link to it?
  • Npm feed scoped packages

    feeds proget npm
    2
    0 Votes
    2 Posts
    24 Views
    ?
    It was my reverse proxy (apache). I had to set AllowEncodedSlashes to On. Problem solved.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation