Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TRIGGERED_BY (3.76 sec)

  1. .teamcity/scripts/update_wrapper_and_create_pr.sh

        : "${GITHUB_TOKEN:?GITHUB_TOKEN environment variable is required}"
    
        if [[ "$TRIGGERED_BY" == *"Release - Final"* ]]; then
            source version-info-final-release/promote-projects/gradle/build/version-info.properties
            export WRAPPER_VERSION="$promotedVersion"
        elif [[ "$TRIGGERED_BY" == *"Release - Release Candidate"* ]]; then
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jul 29 03:20:20 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/util/UpdateWrapper.kt

            )
            param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX))
            param("env.GITHUB_TOKEN", "%github.bot-gradle.token%")
            param("env.DEFAULT_BRANCH", "%teamcity.build.branch%")
            param("env.TRIGGERED_BY", "%teamcity.build.triggeredBy%")
        }
    
        if (!vcsBranch.isMaster) {
            listOf(FINAL_RELEASE_BUILD_CONFIGURATION_ID, RELEASE_CANDIDATE_BUILD_CONFIGURATION_ID).forEach {
                triggers {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 24 03:08:48 UTC 2025
    - 2.7K bytes
    - Viewed (0)
Back to top