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!

  • Manual step - Mark complete only option?

    releases buildmaster promotions
    4
    0 Votes
    4 Posts
    7 Views
    ?
    Thanks, I'll add this as a feature request; there should be a link on the "perform manual action page" that links to the execution, but you can see all current executions on the home page dashboard.
  • 0 Votes
    2 Posts
    11 Views
    ?
    You could use a different workflow (or in v5, "pipelines" as they will be called)... and then have a different build importer/feed on each. Alternatively, you could not use the build importer, and just have a build step download the package and incorporate it as an artifact.
  • Trouble using Install Nuget package

    buildmaster
    3
    0 Votes
    3 Posts
    4 Views
    ?
    Thanks Jon, I've added this as an issue -> https://github.com/Inedo/bmx-nuget/issues/14 We'll likely get this in v5, since we want to do some additional refactoring as well. And perhaps updagde the client version.
  • Authenticated Proget via Noninteractive command line

    proget
    7
    0 Votes
    7 Posts
    40 Views
    ?
    Thanks Alana, that's very useful to be aware of, I'll follow up with the nuget team as well.
  • Otter - PsDsc option unavailable in Configuration Plan editor

    powershell otter
    4
    0 Votes
    4 Posts
    9 Views
    ?
    Ah, yes... definitely a bug. Seems to be related to some unanticipated changes in the latest WMF preview, but easy for us to fix. Can you please try upgrading to v1.0.3? Also please note that, due to a bug in the latest WMF5, it now appears you may need to specify a module name for some non-built in resources; it's supposed to be optional, and search all installed modules if not specified. We don't know when Microsoft will fix this, but the work-around is fairly simple: PSDsc xWebAdministration::xWebAppPool ( Name: AccountsAppPool, Ensure: present );
  • 0 Votes
    6 Posts
    155 Views
    T
    Alana. I have made a pull request https://github.com/Inedo/bmx-windows/pull/30 Thanks for pointing me in that direction. It was indeed very easy to modify the codebase.
  • 0 Votes
    2 Posts
    164 Views
    ?
    To migrate ProGet to a new server is as follows: If you're using a local database, back it up and restore it on the new server If you're using a local package store, copy those to the new server (ideally same exact path) Install the same version of ProGet on the new server, pointing to the new database Change whatever IIS settings you desire From the web app, edit whatever settings may have changed from the Admin section
  • Detecting that App-pool and website exists

    workflows buildmaster iis
    2
    0 Votes
    2 Posts
    14 Views
    ?
    This would be very easy to do with a PowerShell script, so as an immediate solution, I'd suggest to do that. It'd also be very easy to patch/modify that particular action (CreateIisAppPoolAction.cs) That being said, this all applies to the "v4 execution engine", which will very soon be replaced with an indescribably better execution engine (the one that Otter currently uses). When we migrate the "v4 App Pool Action" to the "v5 App Pool Operation", it will basically look like the Ensure-AppPool Operation. So, as you continue to explore BuildMaster, do keep this in mind :) If you're doing server/infrastructure configuration (which, creating applications is definitely a part of), I'd strongly recommend looking at Otter as well!
  • Unhandled exception in symbol serving

    proget symbols
    16
    0 Votes
    16 Posts
    27 Views
    ?
    This is unfortunately not trivial to debug, and will require understanding/learning how the symbol/source serving work (and the arcane tools to inspect said files), since it could be any number of things at this point, from your local pdb cache to improperly build pdb files. But take a look at some of the other Q&A posts with symbols tag, specifically this one which shows how to use pdbstr.exe to inspect. If you find out specifically what the issue was, please do share it.
  • Additional info and feedback about Otter

    2
    0 Votes
    2 Posts
    2 Views
    ?
    Hi Joel, thanks so much for trying out Otter! The best place for issues would on the Submit Ticket form, but you're also welcome to email us direct at support - at Inedo - dot com. Pricing software is always difficult, but we tried to keep it competitive with other IaC tools, which are still insanely less than traditional SLM tools (BladeLogic, etc). So, we're open to suggestions on all fronts, including that! Perhaps your case is much different than we had imagined. As of v1, the only difference between the free and enterprise editions is that the free version provides unrestricted access for all users (i.e. everyone's an admin). For some of our early adopters, it made sense, because they have: dozens of important, regulated production servers hundreds of less-important dev/lab servers So, in that case, they would have a Lab (Free) and a Production (Enterprise) instance.
  • Error importing deployment feed package

    buildmaster nuget proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Hi Mike, Apologies for the delay, but the problem is with the NuGet extension for BuildMaster. There is a new version (4.7.2) available that can be updated from within BuildMaster on the Admin > Extensions page.
  • Otter - Win2012 R2 computer can't access remote

    servers network
    4
    0 Votes
    4 Posts
    12 Views
    ?
    Awesome!! Thanks guys!!
  • ProGet use in our test lab

    licensing proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    ProGet is licensed per server, therefore this scenario requires 2 licenses. I believe the FAQ you are referring to is for one of our other products BuildMaster that is licensed per user, which allows the same key to be used in test instances.
  • Unable to Download Basic NPM Package

    proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Unfortunately, that's not uncommon. Keep in mind the remote registry is a gigantic JSON file that ProGet downloads and then processes. What's happening is that npmjs.org is just inexplicitly terminating the connection during the download. You could be downloading it too slowly, too fast, or who knows? You can try it again, and maybe it will work. Some users have reported that downloading the file from a different network, and then hosting that file on a local server works fine.
  • 0 Votes
    4 Posts
    5 Views
    ?
    Yes, that's the directory used by the "local agent", for the buildmaster server.
  • FR: Tags Should Display On Individual Package Details Page

    proget
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Looking for WebMatrix assembly but its not in the proj

    net buildmaster
    3
    0 Votes
    3 Posts
    10 Views
    ?
    thx for the guidance
  • Can Otter Jobs be Triggered by Something Like Jenkins?

    integrations
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Hi, great question; yes, that would be doable through the API, but we're still putting the final touches on that. The "full API" would necessarily expose the entire complex model that's used behind the scenes (e.g. differentiating between jobs, job templates, and executions, etc), which from our experience is a real pain to work with, because it requires you to become experts of the domain model. Then you have to authenticate to it, etc. So, perhaps we'll also have a more intuitive API that looks a lot more like the web interface, and exactly like you said, has a simple url for a "kick me now" button of sorts. In the mean time, i'd definitely check it out to see how close it is to your requirements, and we would be happy to work with you to get a PoC going. It's still 1.0, but that's how we improve and get to 2.0 and so forth :)
  • Bower feed CERT_UNTRUSTED error

    ssl bower proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    HTTPS/Certificates are at the socket layer... below ProGet's application layer. We're not familiar enough with Bower's internals, but it's most likely just using the operating system's network stack, and reporting warnings/errors from the underlying components. Likely it's a certificate trust issue between your computer and the ProGet server, or some intermediate authority. So, while there's nothing we can do on the PRoGet side, hopefully this helps point you in the right direction.
  • Can't select principals in Active Directory with Multiple Domains

    proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    It should "just work", but when it doesn't there are so many things that it could be. Often times, the API/libraries from Microsoft that we use to query AD simply return no results (and no error messages, either). So, you'd have to check the ProGet logs, the Windows Event logs, and Active Directory logs as well. 80% of the times, it's permissions related; i.e. the ProGet web service account user does not have permission to query appropriately.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation