독립 control plane 구성을 위해 기존 Dart CLI/runtime을 runner 앱 경계로 옮기고, 후속 client/core/root 작업을 같은 마일스톤 task group에 연결한다.
16 lines
No EOL
439 B
Bash
Executable file
16 lines
No EOL
439 B
Bash
Executable file
# shellcheck disable=SC2016
|
|
echo -e '
|
|
{
|
|
"workspace":"'${WORKSPACE}'",
|
|
"jenkinsHome":"'${JENKINS_HOME}'",
|
|
"jenkinsUrl":"'${JENKINS_URL}'",
|
|
"buildUrl":"'${BUILD_URL}'",
|
|
"jobUrl":"'${JOB_URL}'",
|
|
"jobName":"'${JOB_NAME}'",
|
|
"gitCommit":"'${GIT_COMMIT}'",
|
|
"buildNumber":'${BUILD_NUMBER}',
|
|
"buildID":'${BUILD_ID}',
|
|
"buildDisplayName":"'${BUILD_DISPLAY_NAME}'",
|
|
"gitBranch":"'${GIT_BRANCH}'",
|
|
"buildTag":"'${BUILD_TAG}'"
|
|
}' |