Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. buildmaster
    Log in to post

    • D

      Comments in plans that don't display in the execution log
      Support • buildmaster deployment-plans • • dwynn_6489  

      2
      0
      Votes
      2
      Posts
      15
      Views

      jjones

      Hi David, It appears that only the start of a statement block shows in the execution log.. # Visible in execution log # This is not bisible in execution log { } # Visible in execution log # This is not visible in execution log { # This is not visible in execution log } # not showing in execution log Let me know if you have any specific examples that aren't working as expected. Here is the full documentation for OtterScript comments https://inedo.com/support/documentation/executionengine/otterscript/comments-and-descriptions Thanks, Jason
    • ?

      SOAP Credentials
      Support • buildmaster api • • OELIHARIVONY Andry  

      2
      0
      Votes
      2
      Posts
      22
      Views

      jjones

      AllowFunctionAccess_Indicator is an Y/N indicator to allow access to the credential values if they are encrypted.
    • ?

      Pipeline Stage Group Approval Notification
      Support • buildmaster notifiers • • OELIHARIVONY Andry  

      5
      0
      Votes
      5
      Posts
      44
      Views

      jrasch

      Hi Mark, This bugfix will be included in v6.1.11 due out this Friday. Thank you for your patience. Thanks, -John
    • ?

      ServerCheckerRunner throwing Error in status.
      Support • buildmaster • • OELIHARIVONY Andry  

      2
      0
      Votes
      2
      Posts
      19
      Views

      jjones

      Hello, Thank you for your question. I want to make sure this gets prioritized properly. Can you submit this as a "ticket" instead? https://inedo.com/support/submit-ticket instead. Thanks in advance, Jason.
    • E

      Unlist Nuget package doesn't prevent the package from download
      Support • proget buildmaster nuget • • eyalso_2451  

      2
      0
      Votes
      2
      Posts
      29
      Views

      jjones

      Hi Eyal, What version of ProGet are you using? This was a known issue that should have been fixed in version 5.1 Let me know if this is not that case. Thanks! Jason
    • ?

      How to clone application via API
      Support • buildmaster • • OELIHARIVONY Andry  

      2
      0
      Votes
      2
      Posts
      13
      Views

      jjones

      Hi Giuseppe, Unfortunately that is not part of our current API but it is a great idea and I would encourage you to complete our feature request process. https://inedo.com/open/feature-requests In the meantime I suggest using the import/export option in buildmaster to clone your applications. Thanks, Jason
    • ?

      NullReferenceException when using Gitlab extension
      Support • buildmaster bug • • OELIHARIVONY Andry  

      8
      0
      Votes
      8
      Posts
      58
      Views

      jrasch

      I fixed this incidentally in this commit: https://github.com/Inedo/inedox-git/commit/325562db2ea5996a1dc559f5997dca49cc9452df The fix is available as of v1.3.1 of the Git(Hub|Lab)? extensions :)
    • D

      SVN Repository Monitor won't trigger
      Support • buildmaster script-repository • • dwynn_6489  

      4
      0
      Votes
      4
      Posts
      21
      Views

      jrasch

      Hi David, You can view the results of a monitor that triggers a plan in the Admin > Executions page, filtering by "Build Trigger". You can also add some hack debugging to the plan that logs the built-in monitor variables to a file so you can see if it's triggering. If it's still not triggering, try configuring the monitor to a public instance of something on GitHub like https://github.com/Inedo/git-test.git to see if that works since GitHub supports the SVN protocols as well. Hope this helps, -John
    • S

      Capture-HtmlDirectoryReport error
      Support • buildmaster agents • • simon.mercenier_5879  

      5
      0
      Votes
      5
      Posts
      16
      Views

      jjones

      Hi Simon, I am unable to recreate this issue. Please check to make sure the path exists at run-time and that the buildmaster agent has permissions to it. You can try to test this with a different path like c:\Buildmaster\rpt\
    • B

      TeamCity Extension Training
      Support • buildmaster teamcity • • bravo41delta_2331  

      2
      0
      Votes
      2
      Posts
      18
      Views

      jjones

      Hi Bret, For question #1 - We have just published this documentation for TeamCity: https://inedo.com/support/documentation/buildmaster/builds/external-systems/teamcity This may give you a little more guidance on that subject. For question #2- all of our tutorials are here: https://inedo.com/support/tutorials but this one might be what you are looking for https://inedo.com/support/tutorials/buildmaster/continuous-integration/manage-pipelines-git Thanks, Jason
    • ?

      Git LFS Type Initialization Error
      Support • buildmaster • • OELIHARIVONY Andry  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      Not sure what was wrong, but I resolved the issue by deleting the temp repo in C:\ProgramData\BuildMaster\Temp\Service\GitWorkspaces and restarting the BuildMaster service.
    • J

      Limit Debug info logging from Powershell scritpts
      Support • buildmaster powershell • • jstarbird_7831  

      6
      0
      Votes
      6
      Posts
      27
      Views

      jjones

      Jon, I haven't found too much on this besides what we already recommended. I did find this option specifically for Import-module : https://stackoverflow.com/a/28512164
    • ?

      Unistall proget
      Support • buildmaster • • OELIHARIVONY Andry  

      16
      0
      Votes
      16
      Posts
      38
      Views

      jjones

      That is great news! feel free to reach out if you have any other issues.
    • ?

      How to exclude a specific file being deleted ?
      Support • buildmaster • • OELIHARIVONY Andry  

      2
      0
      Votes
      2
      Posts
      14
      Views

      jjones

      Hi Vijay, please refer to this documentation to better understand file masks in our tools. hope this helps! Thanks, Jason
    • P

      Copy Database Connections over Database connections ?
      Support • buildmaster • • pcamelio_0469  

      10
      0
      Votes
      10
      Posts
      20
      Views

      ?

      You are right, the PipelinestageName Variable is correctly set at the build level.. But, it is assigned with the last Pipeline used and it is a little confusing for what I am looking for (for each pipeline step correspond a DB string) Never mind, I will make the DB connection by hand Thank you for the spending time
    • ?

      Feed creation with retention rules
      Support • proget buildmaster • • OELIHARIVONY Andry  

      3
      0
      Votes
      3
      Posts
      13
      Views

      ?

      That's great! Thank you Jhon.
    • D

      Repository Monitor for Subversion?
      Support • buildmaster script-repository • • dwynn_6489  

      3
      0
      Votes
      3
      Posts
      15
      Views

      jrasch

      FYI this has been added (in Subversion extension v1.1.0) and the available variables are documented here: https://inedo.com/support/documentation/buildmaster/builds/continuous-integration/source-control/svn#automatic-builds-continuous-integration-with-subversion
    • B

      How does BuildMaster integrate with Apache Web Server
      Support • buildmaster teamcity • • bravo41delta_2331  

      2
      0
      Votes
      2
      Posts
      10
      Views

      T

      Hi Bret, A tutorial for TeamCity is here: https://inedo.com/support/tutorials/buildmaster/teamcity/choosing-specific-artifact-from-teamcity Future note, the TeamCity tutorial may be moved to https://github.com/inedo/inedox-teamcity/wiki as part of a docs re-organization. As for controlling Apache, this is done through the httpd command, which can be executed with an Exec operation in your deployment plans, e.g.: # Deploy to Apache { Exec httpd -k stop; # deploy artifacts... Exec httpd -k start; }
    • ?

      Agent updates
      Support • buildmaster agents update • • OELIHARIVONY Andry  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ben

      Hello Ali, The agent version is not shown in BuildMaster 5.x's server overview page, but you can view it by going to /administration/service-status and forcing a run of the AgentUpdater executer and then checking the log for something like Connected to localhost:46336 (v39.0.0.2); checking status... (in this case, the agent on localhost is v39.0.0.2, the version of InedoAgent distributed with BuildMaster 5.8.3)
    • ?

      Load Balance BuildMaster Instance
      Support • buildmaster • • OELIHARIVONY Andry  

      5
      0
      Votes
      5
      Posts
      8
      Views

      ?

      Hi Alex , Thank you for your feedback . I understand better now . Of Course , I will share with you and the community , the way I'm doing when they are correctly setup , tested and approved . Best Regards , Andry
    • 1
    • 2
    • 3
    • 4
    • 5
    • 52
    • 53
    • 2 / 53