Conversation
Create a cached UA Maven example for Azure DevOps.
Adding UA integrity check.
|
Hey @samq-ws - this script is designed the same way as the following example in GitLab: The script simply queries the UA repository of releases, taking the date of the last released UA and then compares it to the existing JAR in the pipeline, if a newer date exists, a new UA is downloaded. If there is no UA, it will simply download the latest one. |
Adding UA integrity check.
Let's take this offline as this is not caching the UA. It is just updating a previously existing UA. The PS team has already created a utility for this, so I'd like to take this offline and understand why we are duplicating efforts. |
|
@lukebroganws, @samq-ws, I'd like to close this PR, and if needed, migrate it into a new PR in mend-toolkit/mend-examples. Where are we in this discussion? Do we agree on the need for this example and on its validity? |
Create a cached UA Maven example for Azure DevOps.