Remove docs creating-orbs
article thumbnail

Detect hardcoded secrets with GitGuardian

CircleCI

This create the new branch circleci-project-setup in the repository, containing the demo workflow say-hello-workflow , configured by the./circleci/config.yml Create a GitGuardian API token. You need a GitGuardian API token to use the GitGuardian orb. To create one, go to API > Service accounts and follow the same steps.

article thumbnail

Introducing dynamic config via setup workflows

CircleCI

Realizing that jobs and workflows were one of the best ways to make our config more dynamic, we created a special workflow, known as a “setup workflow.” One of the most exciting parts of this functionality is that because the setup workflow is normal CircleCI config, you can use orbs to incorporate common types of logic.

Examples 116
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

CircleCI matrix jobs

CircleCI

Some of the additions we’ve made are orbs , reusable config , pipeline variables , and a new UI that makes viewing status and fixing builds more efficient than ever. Then, we must create a parameterized job, called test, whose parameters match the dimensions of the matrix. orbs: node: circleci/node@2.0.0 version: 2.1 version: 2.1

Linux 129
article thumbnail

Automate your releases with CircleCI and the GitHub CLI orb

CircleCI

These new commands include the ability to create a new pull request and to create a release directly from your terminal. on our various orbs. Today we are sharing the new GitHub CLI orb. What are orbs? With orbs you can test and deploy a Node.js orbs: node: circleci/node@4.3 version: '2.1'

article thumbnail

Nooks set to seed its own in the world of virtual HQs

TechCrunch

There should be this persistent space where, instead of just being in an ephemeral space like a meeting, you can go somewhere to create more spontaneous connections,” Lee said. The company uses a video API to let each person take up little orbs of space, and adds integrations of platforms like Google Docs, YouTube, Asana or GitHub.

article thumbnail

Build private CircleCI orbs on any organization

CircleCI

Using CircleCI’s orbs is a great way to share CI/CD configuration across projects. Public orbs work well for wide adoption, but private orbs have been helpful for organizations needing to share common internal configuration in a secure, non-public way. Private orbs work only within the organization that publishes them.

article thumbnail

Top 5 CI/CD best practices for 2021

CircleCI

One great way is by never writing the same config twice by using CircleCI’s orbs. For more information on orbs, visit: Developer Hub - Scan our public registry for open-source orbs, which are reusable packages of config that automate repeated processes and speed up project setup. Caching strategies. Test-splitting.