DEV Community

Query Filter
Query Filter

Posted on

docker38

1. Discovery: Scan target /tmp directory for existing Qfit*.rpm artifacts.

2. Resolution:

- If found: Extract versioning from the local file to trigger a fresh re-install of that specific build from Artifactory.

- If not found: Use the default artifact naming convention paired with the provided BUILD_VERSION.

3. Staging: Download the resolved artifact from Artifactory to the /tmp staging area.

4. Cleanup: The staging area is purged post-deployment (handled in deployment *.yaml).

Top comments (0)