Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For each Forecast Stage, select the Agent that will be used to run the job. Be sure to select the Agent Pool configured in Step 21.

...

Each Azure Stage is comprised of Tasks. Use a Command line task to run the Liquibase Enterprise hammer commands.

...

Code Block
whoami
hammer show version
unzip -o *.zip

hammer deployforecast --labels=current --pipeline=current DEVTEST

...

Configure a Deploy Stage

A Deploy Stage will be identical to a Forecast stage with the exception of the Script Code.

...

After all your pipeline steps have completed successfully, your artifact will be ready to run a Release.

...

  1. Go to Releases and select “Create release.

  2. Select all the stages to run.

  3. Specify the Artifact Version to run. Select the most recent.

  4. You’ll need to click on the Stages to trigger them. You’ll need to click “Deploy”. (Please note this “Deploy” terminology is from Azure. Even the Liquibase Enterprise Forecast will be triggered via a “Deploy” button.)

...