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!

  • Missing files on deploy when using NuGet packages

    buildmaster nuget builds
    5
    0 Votes
    5 Posts
    189 Views
    ?
    Can you try to use the "Build .NET Project" without checking "this is a web application"? Then, capture the artifact from _PublishedWebsites\project.name instead? This is how we solve this problem when we build proget (see http://inedo.com/specifics/proget), and we'll soon be adding another option for this action.
  • Error on creating builds

    buildmaster error source-control
    2
    0 Votes
    2 Posts
    11 Views
    ?
    This is likely a subversion/workstation configuration problem. Sometimes two versions of Svn.exe -- the one you installed (like tortoise svn) and the one built-in to the extension -- cause conflicting configuration. Try to change the provider configuration (Admin > Source Control) to point to your own svn.exe instead of the built-in client. Also, try to change the option to use SVN UPDATE instead of EXPORT for this provider.
  • 0 Votes
    2 Posts
    4 Views
    ?
    Short of using the API, I can't think of a way to have the deployables be automatically removed based on variables. You could try a trigger, but that might not hit in time since those are on a few-second delay. The custom predicate sounds like it would work well.
  • 0 Votes
    2 Posts
    5 Views
    ?
    What error message are you seeing?
  • 0 Votes
    2 Posts
    2 Views
    ?
    Maybe... but there's no plans right now for it in 3.x. We plan on having support for that in 4.0
  • Unhandled exceptions in Linux Agent on Solaris

    agents ssh solaris buildmaster
    4
    0 Votes
    4 Posts
    27 Views
    ?
    You are correct - I had a typo in the working directory !. This question can be closed.
  • 0 Votes
    2 Posts
    16 Views
    ?
    Nevermind. I see the answer here ( http://inedo.com/support/questions/820 ). I swear it wasn't there on Friday.
  • Re-execute Promotion Fails SVN Tag If Exists

    buildmaster svn
    9
    0 Votes
    9 Posts
    15 Views
    ?
    Hey Tod, Sorry about the confusion, the error was indeed different. I think we got a bit cross eyed while trying to figure all this out. The setup that we had to use in the end was rather awkward. Buildmaster seems to add quotations around the arguments section. We had the following setup: Command: delete http://<path_to_repo> Argument: -m "ReExecution by Buildmaster" When looking at the logs, it was converting that to: delete http://<path_to_repo> " -m "ReExecution by Buildmaster"" --non-inteactive etc... Notice the double quotations. So we ended up having to jimmy it a bit and it is now working with: Command: delete http://<path_to_repo> -m Argument: ReExecution by Buildmaster So I guess we can scratch this one of the list. Hopefully can present to the boss soon and get some budget for this.
  • 0 Votes
    2 Posts
    2 Views
    ?
    Unlike most BuildMaster custom editors, the VariableSetters do not have a Context object; we'll consider adding this in future SDK versions. In the meantime, you'll have to "hack" it by looking at the HttpContext.Current.Request.Querystring for the release number, or perhaps locating the Release Number control on the page.
  • Live view log files show previous action

    buildmaster actions deployments
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Thanks for the report, I've reproduced the behavior and logged it to be fixed in the next maintenance release.
  • Using MSDeploy Web Transforms

    buildmaster configuration-files
    3
    0 Votes
    3 Posts
    12 Views
    ?
    Thanks for your reply, advice and for pointing us in the right direction. I think we need to rethink our web.config procedures.
  • Custom Extension for Setting Variables

    variables buildmaster
    4
    0 Votes
    4 Posts
    7 Views
    ?
    At the moment, build and promotion-level variables cannot be modified by an action during an execution. This is mainly because of the way default values are cascaded and inherited. We've talked about adding another variable scope (execution) that then is created and persisted only at execution time, which would then allow for this - but at the moment build/promotion variables are immutable once the build is created. You should still however be able to add variables during execution time - they just won't appear in the build summary. In a quick test I ran setting a variable that wasn't specified as a build variable worked later on in the execution with the code you have written, so I couldn't repro part 2. Make sure both the BuildMaster service and web app are restarted whenever the extension changes, otherwise changes might not actually be loaded by the extension loader.
  • Linux agent broker in Buildmaster 3.6.4

    buildmaster linux error
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Hi Dave, There is new release of the Linux extension (v3.12) that will resolve this issue. Best, -Steve
  • Read windows environment variable in script

    2
    0 Votes
    2 Posts
    6 Views
    ?
    Hi Andrew, We don't do anything special, just standard Process.Start stuff. I believe Processes inherit environments from the parent process, so perhaps you need to stop/start the service, so it can capture new machine variables? FYI - we do have an option (AddBuildMasterVariablesAsEnvironmentVariables) on CommandLineActionBase, but this is not exposed as a checkbox in the Command Line Action. We will likely add that as a checkbox in the future. Alex
  • BitBucket extension

    bitbucket buildmaster
    4
    0 Votes
    4 Posts
    16 Views
    ?
    Issue tracking would require a custom extension. It's a pretty simple web api, and if you'd be interested at taking a crack at it, we could help you build the extension (and support it going forward).
  • Set windows environment variable

    buildmaster variables
    3
    0 Votes
    3 Posts
    6 Views
    ?
    That half worked, the environment variable has been set (I can log on to the server and echo the value) but if I try to use the environment variable from a script called by buildmaster then the no value is returned. Why can't I use this value from a script called by buildmaster?
  • Integration with Vault

    buildmaster sourcegear
    3
    0 Votes
    3 Posts
    8 Views
    ?
    Thanks! I changed the account build master was running under, and it now works.
  • ProGet returns an HTTP 404 while pushing a large package

    proget error
    3
    0 Votes
    3 Posts
    28 Views
    ?
    Thank you Alex, as you suggested, the issue has been solved increasing the maximum allowed content length in IIS.
  • Database Size Requirements

    buildmaster installation
    3
    0 Votes
    3 Posts
    1 Views
    ?
    Thanks for the prompt answer :)
  • Net35 and net40 packages are not shown in VS

    visual-studio proget
    8
    0 Votes
    8 Posts
    23 Views
    ?
    Thank you, it did solve the problem.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation