blob: 0cb5a43b65bd490e3656101a711d556ea6343069 [file] [log] [blame]
# -*- protobuffer -*-
# proto-file: google3/devtools/kokoro/config/proto/build.proto
# proto-message: BuildConfig
# Location of the bash script. Should have value <git_on_borg_scm.name>/<path_from_repository_root>.
# git_on_borg_scm.name is specified in the job configuration (next section).
build_file: "vscode-plugins/.kokoro/gcp_ubuntu/build.sh"
action {
define_artifacts {
regex: "output/**/sponge_log.xml"
regex: "output/**/sponge_log.log"
# NB(sollyross): we *don't* want to do this in presubmit!
regex: "plugin/vscode-fuchsia-*.vsix"
}
}