We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a192372 commit 87306f8Copy full SHA for 87306f8
vars/common.groovy
@@ -45,7 +45,7 @@ import org.mbed.tls.jenkins.BranchInfo
45
/* Indicates if CI is running on the new CI (hosted on https://ci.trustedfirmware.org/) */
46
@Field final boolean is_new_ci_env = !is_open_ci_env && (env.JENKINS_URL ==~ /\S+(trustedfirmware)\S+/)
47
48
-@Field final String ci_name = is_open_ci_env ? 'TF OpenCI' : is_new_ci_env ? 'New CI (testing)' : 'Internal CI'
+@Field final String ci_name = is_open_ci_env ? 'TF OpenCI (legacy)' : is_new_ci_env ? 'TF OpenCI' : 'Internal CI'
49
50
/*
51
* This controls the timeout each job has. It does not count the time spent in
0 commit comments