- job: | |
name: run-ci-build-sh | |
description: | | |
Run project's ./ci/build.sh script. | |
run: playbooks/run-test-command/run.yaml | |
vars: | |
test_command: "ci/build.sh" | |
- job: | |
name: publish-artifacts-from-check | |
parent: publish-artifacts-tenant | |
description: | | |
Retrieve all artifacts built by the last matching run in the check | |
pipeline, and promote them into a permanent location in the log server. | |
This is intended to be run within a promote pipeline. | |
run: playbooks/retrieve-artifacts-from-check/run.yaml |