Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    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!

    Deployment plans and application level variables

    Scheduled Pinned Locked Moved Support
    buildmaster
    4 Posts 1 Posters 10 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Hi there,

      I have a deployment plan that pushes an installation out to a server...based on a property of the particular application, I'd like to execute different commands on the server

      For example, if an application variable called "apptype" = 1, I want to stop some services on the server first...otherwise, I don't.

      Is this possible with variables?

      Thanks,

      Chris

      Product: BuildMaster
      Version: 4.8.6

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        Sure, just use the Variable predicate on the action group that contains the commands you want to run. If you have a bunch of different commands that will be shared across multiple applications, just make a new Global Deployment Plan that has all the logic for which commands to run using multiple groups & predicates, then use the "Execute Deployment Plan" action for whatever applications you want to run the commands.

        1 Reply Last reply Reply Quote 0
        • ? This user is from outside of this forum
          Guest
          last edited by

          Hi Tod,

          Thanks for your answer! Here's what's throwing me.

          If I set up an "application level variable" called "apptype" on each of the applications, will the deployment action groups be able to see that application level variable in their predicate? The action group would need that to decide whether or not to execute, right? Or should the variable be defined somewhere else at a different level?

          I have a global deployment plan that wants to run separate action groups (based on this apptype variable):

          if (apptype = service)

          • stop some services
          • run an installer
          • start some servers
            end
            if (apptype = tool)
          • copy the installer to the system
            end
            if (apptype = web component)
          • stop IIS
          • run an installer
          • start IIS
            end
          1 Reply Last reply Reply Quote 0
          • ? This user is from outside of this forum
            Guest
            last edited by

            Variable values are "cascaded" by the execution engine at runtime. So, yes; if you define it any level (server, environment, deployable, etc)., it will resolve the most specific variable definition (e.g. a "build" variable overrides a "global" variable, etc).

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 1 / 1
            • First post
              Last post
            Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation