circleci
Posts
Links
Using Workflows to Schedule Jobs - CircleCI
Configure a job to get saved data by configuring the attach_workspace key. The following config.yml file defines two jobs where the downstream job uses the artifact of the flow job. The workflow configuration is sequential, so that downstream requires flow to finish before it can start.
03-07-2020Configuring CircleCI - CircleCI
This document is a reference for the CircleCI 2.x configuration keys that are used in the config.yml file. The presence of a .circleci/config.yml file in your CircleCI-authorized repository branch indicates that you want to use the 2.x infrastructure.You can see a complete config.yml in our full example.Note: If you already have a CircleCI 1.0 configuration, the config.yml file allows you to test 2.x builds on a separate branch, leaving any existing configuration in the old circle.yml style unaffected and running on the CircleCI 1.0 infrastructure in branches that do not contain .circleci/config.yml.
08-07-2020Debugging with SSH - CircleCI
Debugging with SSH
08-07-2020Sample config.yml Files - CircleCI
Sample config.yml Files
09-07-2020
