Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. dwynn_6489
    3. Topics

    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!

    D Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 27
    • Posts 47
    • Groups 0

    Topics

    • D

      Halting a pipeline stage without using fail

      Watching Ignoring Scheduled Pinned Locked Moved Support builds buildmaster
      5
      0 Votes
      5 Posts
      43 Views
      D
      Warn will still automatically advance. I was able to utilize the Set-ReleaseVariable as you suggested. Thanks!
    • D

      Comments in plans that don't display in the execution log

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster deployment-plans
      2
      0 Votes
      2 Posts
      15 Views
      jjonesJ
      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
    • D

      SVN Repository Monitor won't trigger

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster script-repository
      4
      0 Votes
      4 Posts
      21 Views
      jraschJ
      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
    • D

      Powershell array parameter with default value blocks subsequent parameters

      Watching Ignoring Scheduled Pinned Locked Moved Support
      2
      0 Votes
      2 Posts
      17 Views
      jjonesJ
      After looking into this issue further we have determined that sequentially ordering the parameters will resolve the issue. Thanks, Jason
    • D

      Repository Monitor for Subversion?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster script-repository
      3
      0 Votes
      3 Posts
      15 Views
      jraschJ
      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
    • D

      Where are release package triggers in 6.1.0?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster triggered-builds
      4
      0 Votes
      4 Posts
      12 Views
      T
      Schedule Triggers haven't been replaced; we only really consider those legacy because of the way the variables are handled by them. See also: https://inedo.com/support/questions/9736
    • D

      Are the API endpoints for keyword "packages" still valid in 6.1.0?

      Watching Ignoring Scheduled Pinned Locked Moved Support api buildmaster
      4
      0 Votes
      4 Posts
      15 Views
      jraschJ
      Thanks, I've filed this as a bug here: BM-3307
    • D

      How to log array values in otter?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster otter
      3
      0 Votes
      3 Posts
      10 Views
      D
      That worked great. Thanks!
    • D

      Visual Mode for editing plans removes blank variables

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster deployment-plans
      2
      0 Votes
      2 Posts
      8 Views
      ?
      I've come across this too... but I'm pretty certain it's not going to possible. In the visual editor, all properties all text boxes that are blank by default (which means, not specified), and any characters in those boxes are always escaped ("" would become "\"\""). I made a variable function called $Empty that just returns "". Maybe I'll submit as a pull request to InedoCore...
    • D

      How to indicate multiple initial values for a release template list variable

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster
      1
      0 Votes
      1 Posts
      7 Views
      No one has replied
    • D

      API for scheduling deployments?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster api
      2
      0 Votes
      2 Posts
      15 Views
      apxltdA
      It doesn't, but I think we should add it to the Release & Package Deployment .. so I added BM-3149 So, it will come in a future maintenance release, since it's additive and seems to pose minor risk.
    • D

      How to purge unnecessary release package information

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster releases
      4
      0 Votes
      4 Posts
      10 Views
      ?
      It does purge the packages and logs, but the artifact files themselves are only purged by a Purge Artifacts policy. This behavior is a little confusing I think - we may change it for v6 (by adding an option). For now you can work around it by adding a purge artifacts policy too, and either creating it before the other policies (they are run in the order they are first created), or checking the option to "purge orphaned artifacts," since an artifact file would become orphaned if its associated release package has been purged from the database.
    • D

      Permission for updating release variables

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster releases
      2
      0 Votes
      2 Posts
      5 Views
      T
      I believe there was a fix for this (issue: BM-2392 - FIX: Variable bulk edit for releases and release packages checks for Admin_ConfigureBuildMaster task instead of Releases_Manage) in v5.6.9
    • D

      Why does a recurring job trigger when the last execution is still running?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster
      8
      0 Votes
      8 Posts
      10 Views
      ?
      Definitely; this feature is certainly slated for redesign, to bring it more in the line of a "scheduled job" concept, and unifying implementation across our products (ProGet, Otter, Hedgehog as well). This concept of "don't run this job if an execution associated with this job is currently running" is how it could be implemented/described I suppose
    • D

      How to re-deploy using the API endpoint?

      Watching Ignoring Scheduled Pinned Locked Moved Support api buildmaster
      4
      0 Votes
      4 Posts
      6 Views
      ?
      It's just an unfortunate mix of terminology in "promotion" vs "deployment" vs "execution". A "promotion" is simply allowing a package to be deployed to the stage and should only happen once per release. A "deployment" can happen anywhere but may be restricted by pipeline settings depending on if the package was previously promoted, and an "execution" is essentially the worker that performs the deployment (and there could be many per deployment). The fix will make it perform a deployment instead of a promotion then a deployment, so it will work as you're expecting.
    • D

      How to suppress empty artifact warnings

      Watching Ignoring Scheduled Pinned Locked Moved Support artifacts buildmaster
      3
      0 Votes
      3 Posts
      12 Views
      D
      Tod - thanks for the reply. We would definitely be interested in this feature in an upcoming release. Thanks.
    • D

      How to prevent concurrent releases for a single application

      Watching Ignoring Scheduled Pinned Locked Moved Support releases buildmaster
      6
      0 Votes
      6 Posts
      11 Views
      ?
      Yes; that behavior was added in v3 because there were a lot of execution collisions (the default working directory used the ApplicationId). This was undesired by nearly all users. The v5 engine uses ExecutionId for the default working directory,, and any collisions outside of working directories should be resolvable with a global lock.
    • D

      Prevent immediate execution of new Schedule Trigger

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster triggered-builds
      2
      0 Votes
      2 Posts
      8 Views
      ?
      That behavior definitely sounds suboptimal; we will investigate a bit further!
    • D

      View scheduled builds/releases?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster build-schedules
      2
      0 Votes
      2 Posts
      5 Views
      ?
      Hi David, this is on our roadmap-- calendar views for things like this.
    • D

      Why does View Application Task have Configure BuildMaster permission by default?

      Watching Ignoring Scheduled Pinned Locked Moved Support buildmaster permissions
      2
      0 Votes
      2 Posts
      5 Views
      ?
      That doesn't sound right for a default obviously; I've opened [BM-2256] to investigate further. It's possible it happened during an upgrade of some sorts. In the mean time, you can safely exclude that.
    • 1 / 1