Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for md5 (0.18 sec)

  1. .teamcity/src/main/kotlin/configurations/Gradleception.kt

            buildJvm = buildJvm,
            extraSteps = {
                script {
                    name = "CALCULATE_MD5_VERSION_FOR_DOGFOODING_DISTRIBUTION"
                    workingDir = "%teamcity.build.checkoutDir%/dogfood-first-for-hash"
                    scriptContent = """
                        set -x
                        MD5=`find . -type f | sort | xargs md5sum | md5sum | awk '{ print $1 }'`
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Feb 27 09:57:17 GMT 2024
    - 6K bytes
    - Viewed (0)
Back to top