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!

  • BuildMaster installation issue

    Support installation buildmaster error
    2
    0 Votes
    2 Posts
    6 Views
    ?
    This is typically a sign that the account used to install BuildMaster does not have the necessary privileges to create a Windows service.
  • Agent is locked error, help!

    Support agents buildmaster error
    2
    0 Votes
    2 Posts
    6 Views
    ?
    BuildMaster locks agents to avoid corrupting them during updates by creating a file named "locked" in the same directory as the remote agent service executable (bmagent.exe) or under the \bin directory for the IIS hosted agent. In rare cases this "locked" file will not be removed when an update is complete. If the Server Overview page shows that the agent is available and updated to the newest version of BuildMaster's core and extensions, feel free to simply delete the "locked" file.
  • 0 Votes
    2 Posts
    4 Views
    ?
    The most likely reason is that you have recently installed something that requires a restart (usually a Windows update). That installation won't actually be finished until the system has been restarted. It is also possible that something was installed very recently and the Windows Installer service has not terminated yet. It should release locks and automatically terminate after a few minutes.
  • Activation error message

    Support error activation buildmaster
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Normally you only need to activate if you have a new license key or if the hardware on the BuildMaster server has changed significantly (a different CPU and/or primary network card), and there is a 7-day grace period after setting a new key before activation is required. Basically, you just need to activate after setting a new license key - and there is no harm in activating multiple times.
  • 0 Votes
    2 Posts
    5 Views
    ?
    This can sometimes happen when the cookies are not cleared properly after an upgrade. Try flushing your browser cache and clearing your browser's cookies, then visit the BuildMaster site root, e.g. http://buildmasterinstall.corp/
  • Error in BuildMaster logs (v3.0.6)

    Support triggered-builds error buildmaster
    5
    0 Votes
    5 Posts
    10 Views
    ?
    Thanks but I've had to revert back to 2.6.3 for now after spending most of the day trying to get the update to work. Will try again with 3.1 when it's available.
  • Update from 2.7.6 to 3.0.5 failed

    Support buildmaster update error installation
    3
    0 Votes
    3 Posts
    19 Views
    ?
    I've installed 3.0.6 successfully now (I think).
  • Test Failures Shown as Success

    Support mstest buildmaster error
    4
    0 Votes
    4 Posts
    10 Views
    ?
    It looks like you're currently on 2.6. You'll need to upgrade to BuildMaster 3.0... we made a breaking change to the API/SDK and are no longer supporting our extensions written for 2.x.
  • Multi-recipient notifier

    Support buildmaster error notifiers
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Looks like this is a bug in the text :-) Should be "," separated.
  • 0 Votes
    3 Posts
    168 Views
    ?
    Karl, thank you for the quick reply. We have 13 separate projects in just 1 of our solutions, so I was avoiding the tedious job of setting up an action to build each individually. What I ended up doing, and making work, was to just execute mstest.exe on the command line without the /p:OutDir parameter, using an "Execute Command Line" task. Not sure how that will play with the tasks that come after the build, but I suspect as long as I manage my paths correctly in the subsequent actions, it should be OK. Thanks again for the assistance.
  • Branching issue with TFS

    Support buildmaster tfs error
    2
    0 Votes
    2 Posts
    10 Views
    ?
    Some providers, including the TFS provider, do not include the branching functionality. Generally, our branching actions are only implemented for providers that don't allow labeling (such as SVN which only allows tagging). One way to branch is to use the "Execute Command Line Action" against tf.exe command line utility to perform the branch with the appropriate arguments (http://msdn.microsoft.com/en-us/library/d73s8b27.aspx). Since our providers are extensible, we could always add this functionality to the provider. We prioritize features like this based on usage, so if you could send your use case to support at inedo dot com we'd be glad to help further!