Home:ALL Converter>Concourse: vars vs params

Concourse: vars vs params

Ask Time:2021-09-03T15:48:21         Author:kharandziuk

Json Formatter

Concourse provides two concepts: vars and params. Both of them can be used to pass some values inside of a task.

      params:
        COMMAND: deployment.deploy
      vars:
        command: deployment.deploy

When should use params? is there any rule of thumb?

Author:kharandziuk,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/69041283/concourse-vars-vs-params
yy