Skip to content

Azure: Fixing ADO Pipeline

Jason requested to merge azure-adding-ado-cache into master

Azure ADO pipelines are currently failing. They are doing so for two reasons

  1. The first reason is that the wrong .jar file is being copied over from the build stage. The jar file we need is the one with "spring-boot" in its name. This fix ensures that we copy over the correct .jar file.
  2. The dependency cache has not been implemented to the service pipeline. This fix adds in the dependency cache.

Testing: This fix has been tested in the Azure dev and demo environments to make sure that both pipelines pass.

Merge request reports