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 user licensing

    Support licensing buildmaster
    2
    0 Votes
    2 Posts
    10 Views
    ?
    BuildMaster is licensed to named users who can be managed at any time within the software itself. In our Enterprise Edition we also offer User Classes, which permit only the necessary functions in the BuildMaster software for certain users. For example, your workflow process may require that managers sign-off on a build before it is promoted to the Production environment. The only operation the manager will ever perform in BuildMaster is that approval; therefore, you may purchase an "Approval Only" license at significantly reduced cost for this user.
  • Agent alternatives

    Support agents buildmaster
    3
    0 Votes
    3 Posts
    9 Views
    ?
    In addition to what Karl said, as of BuildMaster v3.1 we have made agents extensible. As an example, we now offer an SSH-based agent that uses the SFTP protocol to communicate with a remote server, instead of the traditional SOAP channel. This means that nothing needs to be installed on the remote server, and because agents are extensible, you or we could develop, for example, a Powershell or FTP-based agent.
  • 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
    ?
    There may be a number of reasons why a builds aren't being created: Verify that there are releases for the target applications; a build cannot be created unless a release exists. Make sure the build schedule (under each app) is there, and not set to "disabled." Verify that the service is running. (Admin -> Service) Look for entries in the error log (Admin -> Errors) to see if anything popped up overnight. Verify that the ScheduleExecuterThrottle (Admin -> Advanced Settings) is a positive integer (default is 1).
  • 0 Votes
    2 Posts
    7 Views
    ?
    When you say delete, do you mean remove from a workflow such that the build never travels into that environment? If so, just delete the workflow step from the workflow. If you actually want to keep the workflow step but remove all the action groups, just delete them one-by-one.
  • 0 Votes
    3 Posts
    7 Views
    ?
    I was refering to Strong-Naming. I was using a passworded file .pfx and therefore causing issues, I moved to a .snk file (not password protected) and it's working correctly now.
  • LDAP Settings

    Support authentication ldap buildmaster
    4
    0 Votes
    4 Posts
    29 Views
    ?
    That error message says "DirectoryProvider 1" which is the built-in provider. If you open up the Admin Tool located in the BuildMaster installation directory you can switch the directory provider to the LDAP one.
  • Trigger Builds

    Support buildmaster triggered-builds security
    2
    0 Votes
    2 Posts
    12 Views
    ?
    The password being displayed is by design, since the same privilege (Builds_ManageBuildSchedules) is required to both view and edit the build schedules, therefore showing it on one page is essentially the same as showing it on the other. You can disallow users to view the schedule details by denying the Builds_ManageBuildSchedules privilege to whomever you do not want to view the passwords.
  • Running DB Scripts

    Support databases buildmaster
    2
    0 Votes
    2 Posts
    13 Views
    ?
    The "Execute Database Scripts" action executes all the scripts in the specified source directory (and all subdirectories of that directory) on every execution. The only scripts that are run once and only once are the Change Scripts via the "Execute Database Change Scripts" action. Can you verify that: the action is referencing the correct provider and instance the action is running the correct server if applicable, previous actions are putting the .sql files in the correct source path on the correct server the source directory of the "Execute Database Scripts" action has the files you expect in it
  • 0 Votes
    7 Posts
    15 Views
    ?
    Awesome! It looks like the API is working without a hitch in powershell. At this point, we probably have enough to to start with and a few angles to test. If we have any issues with the API or procs, we'll come back here. Thank you!
  • 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/
  • Upload nested directories to S3 bucket?

    Support buildmaster amazon
    4
    0 Votes
    4 Posts
    11 Views
    ?
    Wow, that was quick! Thanks!
  • 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).
  • 0 Votes
    1 Posts
    10 Views
    No one has replied
  • S3 extension with multiple accounts

    Support buildmaster amazon
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Not currently; that information is configured at an extension level. We do have a feature on the backlog that would allow for multiple extension configuration profiles, but that's not schedule for a specific release yet. In the mean time, your best bet would be to modify the extension (we can provide source code) to bring these peroperties to the action-level.
  • Distributed MSTest actions

    Support mstest buildmaster
    3
    0 Votes
    3 Posts
    12 Views
    ?
    I'm not sure what you mean by distributed tests for MSTest, but pointing the MSTest Action at the configuration file is the way to go if you already have one. As for the batch file problem, what does your action configuration look like to try to run the .bat file? Is it set to run on the correct server? Does the account running BuildMaster have access to those paths? It's also possible that when you're running locally on the target server that you have the MSTest directory in your PATH but the BuildMaster account doesn't. That being said, is there a problem running the MSTest action as opposed to this batch file? It will be better integrated into the logs if you use that instead - the batch output will only give you stdout/stderr as opposed to an individual test breakdown.
  • 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.