I have a command which is looking for a BUILD_NUM environment variable.

When setting up this environment variable in my pipeline,  I thought I 
might be able to do something like this:

 <pipelines group="MobileApps">
    <pipeline name="android-ci-develop" template="android-ci-build">
      <environmentvariables>
        <variable name="BUILD_NUM">
          <value>${GO_PIPELINE_COUNTER}</value>
        </variable>
      </environmentvariables>

But that just sets the variable literally.

Is there a way to do this?  I couldn't find a way in the documentation.

Thanks.

Doug

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to