DEV Community

Query Filter
Query Filter

Posted on

docker43

# ------------------------------------------------------------------------------------------
# BUILD IDENTIFICATION SUMMARY:
# The 'lightspeed.build_version' acts as the unique identifier for the build artifact bundle.
# It is used to locate the manifest.json and the RPM within Artifactory.
#
# Path breakdown based on: .../{{ build_version }}/ansible/{{ rpm_name }}
#
# 1. BUILD VERSION: 199-cc1c553-leonid-comet-lse-migration
#    - Format: [Build Number]-[Git Commit]-[Branch Name]
#    - Purpose: Unique folder key for the entire build architecture.
#
# 2. APPLICATION: CPLS
#    - Extracted from the RPM prefix.
#
# 3. GRADLE BUILD VERSION (Software Version): 1.7.6
#    - Extracted from the RPM version string.
#
# 4. ARCHITECTURE: x86_64
#    - Target CPU architecture.
#
# 5. GIT METADATA:
#    - Branch: leonid-comet-lse-migration
#    - Commit: cc1c553
#    - Build Number: 199
# ------------------------------------------------------------------------------------------
Enter fullscreen mode Exit fullscreen mode

Top comments (0)