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!

  • Email not working for multiple addresses

    Support buildmaster email
    10
    0 Votes
    10 Posts
    13 Views
    ?
    Hi, Great thanks. Just what I needed. I couldn't work out how to get the list to work. David
  • Publish event details

    Support buildmaster
    4
    0 Votes
    4 Posts
    0 Views
    ?
    It is sent with UTF-8 encoding, and this is sent as an HTTP header as well.
  • Windows Agent fail to upgrade

    Support microsoft agents buildmaster
    3
    0 Votes
    3 Posts
    11 Views
    ?
    Hi, OK, thanks. Just to let you know, this was from version 5.10 to 5.11. David
  • API Access

    Support api buildmaster
    4
    0 Votes
    4 Posts
    3 Views
    ?
    This is definitely something we intend to address as part of our v5 roadmap; there just hasn't been a huge customer demand for automating BuildMaster using the sort of "temporary API access key" approach that has grown popular in the more consumer-facing things like Twitter, GitHub, etc. We may add this if there' demand and similar adoption in other tools in the space, but in our experience, it's generally more complicated for administers to manage and set-up. So they just set up one "access key" and give it to everyone. It's particular challenging for us to solve in the same manner because of the way BuildMaster scopes privileges (by application and environment), and because the Native API can work cross-application/environment. So, if it's a requirement to give limited access to Developers, the current best approach is to wrap the native api with a permissions wrapper, and then check if that user is authorized based on the AD group they're in, etc., based on the action they want to perform.
  • Parallel SQL and Code Deployment

    Support buildmaster
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Most definitely! This is what the <b>Asynchronous option</b> on a General Block is designed for. In OtterScript, it just looks like... with async { ... operations to deploy code ... } with async { ... operations to deploy database ... } await;
  • Restricting access to Global Item Changes

    Support security buildmaster
    6
    0 Votes
    6 Posts
    13 Views
    ?
    Ah ha, ok got it! I've identified the bug, and we will fix this in [BM-2003], shipping ASAP!
  • Clone application timeout

    Support buildmaster
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Thanks; I've logged this as a bug (BM-1999), and we will fix it in the next maintenance release.
  • BuildMaster offine version

    Support buildmaster installation
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Hello; you can request a key from my.inedo.com, and then enter that in the installer. Once installed, there will be activation instructions (because the software can't auto-activate). No internet access is required to install or use BuildMaster.
  • 0 Votes
    5 Posts
    11 Views
    ?
    Well be releasing BuildMaster 5.1 in just a bit (later today), which will have these operations.
  • Artifact Filename using variables

    Support teamcity variables buildmaster
    11
    0 Votes
    11 Posts
    16 Views
    ?
    Unfortunately we're not able to diagnose this with the information you provided. That error really doesn't make sense in the place it's happening. Can you please submit a ticket with: Configuration Variables defined at various levels (System, etc) Plan as OtterScript Pipeline as JSON Full Execution log, including the full stack trace you sent
  • Linux file copy not working as expected.

    Support buildmaster linux
    7
    0 Votes
    7 Posts
    5 Views
    ?
    BM-1997 - FIX: Transfer-Files operation can create files with \ characters on Linux Thanks very much. Works as expected :-)
  • Remove my build

    Support buildmaster
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    8 Views
    ?
    Hi Chris, If you haven't already, make sure to check out KB#1118: Legacy Plans in BuildMaster 5.0 to see how to import plans and how the concepts differ. The technique for handling this scenario would be.. foreach deployable in @DeployablesInRelease { «operation1» «operation2» «operationN» } That being said, the @DeployablesInRelease function is not available in v5.0.4, and this specific translation is not handled by the importer, which is a bug in v5.0.4. We will fix this in 5.0.5 and will ship this quite soon (by end of week).
  • How to (manually) delete old artifacts?

    Support artifacts buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    In v4.8, you can set up a Retention Policy or go to Admin > Administrative Edits and purge an artifact. In v5, you will be able to do the same, but purge the artifact directly from the Release Package ("build") page. // I've updated the old question you linked as well
  • Use a Global Template

    Support buildmaster deployment-plans templates
    2
    0 Votes
    2 Posts
    8 Views
    ?
    That certainly does sound like a bug. We'll make sure to look into that. The syntax for calling a template in text mode is: call MyTemplate ( arg1: value, arg2: value ); So it's basically just like an Operation except for the keyword "call" in front. That is supposed to be documented here, but it looks like we don't have that listed yet. We'll also make sure to get that added to the docs before we're out of beta. Thanks!
  • Global Plans

    Support deployment-plans buildmaster
    2
    0 Votes
    2 Posts
    10 Views
    ?
    In BuildMaster v5, a global plan is intenteded for use in a pipeline stage/target. Use a global template (Plans > Templates), which can then be called as if it were an operation.
  • 0 Votes
    7 Posts
    18 Views
    P
    Those 2 steps are working now. I can work on adding back the other steps in the plan/pipeline. Thanks for your help.
  • Install Nuget packages fails

    Support net buildmaster
    3
    0 Votes
    3 Posts
    2 Views
    ?
    Just a quick update -- we also fixed this in BuildMaster 5.0.4.
  • 0 Votes
    3 Posts
    3 Views
    ?
    Thank you. That was the solution. I had already rebooted once, because the Windows Powershell update required it. I rebooted the machine again and now BuildMaster is reporting the correct version. Thanks again.
  • BuildMaster

    Support buildmaster nuget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    The BuildMaster NuGet Extension is a wrapper around the nuget.exe client. So it really depends on the client version you're using and how you've configured it. See InstallPackagesOperation.cs