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!

  • 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

    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.
  • Nightly builds are no longer running

    buildmaster triggered-builds builds
    2
    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).
  • Is it possible to delete a deployment plan?

    deployment-plans buildmaster
    2
    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.
  • Assembly Signing

    assembly buildmaster code-signing net strong-name windows windows-sdk
    3
    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

    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

    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

    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?

    buildmaster amazon
    4
    0 Votes
    4 Posts
    11 Views
    ?
    Wow, that was quick! Thanks!
  • Error in BuildMaster logs (v3.0.6)

    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

    buildmaster update error installation
    3
    0 Votes
    3 Posts
    19 Views
    ?
    I've installed 3.0.6 successfully now (I think).
  • Customizing manifest settings in ClickOnce

    buildmaster windows-sdk clickonce
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • S3 extension with multiple accounts

    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

    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

    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.
  • 0 Votes
    3 Posts
    9 Views
    ?
    We do use the specific paths under the project root. The issue still occurred, but we altered our labels to have a text precursor and now it works. It appears to be an issue with mostly numeric labels and TFS. If two apps in the same root project happened to get similar release numbers... then it bombed.
  • Multi-recipient notifier

    buildmaster error notifiers
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Looks like this is a bug in the text :-) Should be "," separated.
  • MSBuild action and /p:OutDir parameter causing issues.

    error msbuild buildmaster
    3
    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.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation