Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14892 articles
Browse latest View live

Feedback wanted: moving from v1.1 job triggering to v2 pipeline triggering

We would prefer that move to workflows, yes. We recently added a when parameter under each workflow declaration that can be used in conjunction with pipeline variables to dynamically run certain...

View Article


Creating a checkout key with API v2

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

View Article


Unable to send branch name to circleci API v2 to trigger a pipeline

@ndintenfass Could you provide an example? Thank you!

View Article

SSH key not added to known_keys automatically?

Hi I setup a deploy key on Gitlab for our project and add it in our config.yml with the following command - add_ssh_keys: fingerprints: - "xx:xx:xx" This used to work out of the box, but now for some...

View Article

Unable to send branch name to circleci API v2 to trigger a pipeline

To use your example, it would look something like: curl -f -u ${token}: -X POST --header "Content-Type: application/json" -d '{"branch": "$branch"}'...

View Article


Running additional containers for Orb job

It would be great to have a native way to extend an executor from additional docker images. And maybe a native way to extend a job doing before/after steps. These two features could allow more...

View Article

Image may be NSFW.
Clik here to view.

Running additional containers for Orb job

bcardiff: It would be great to have a native way to extend an executor from additional docker images. Hi @bcardiff—you can use mustache templating to optionally extend an executor with an additional...

View Article

Image may be NSFW.
Clik here to view.

Running additional containers for Orb job

How did I missed pre / post - steps? Yes! those suffice. Thanks! I understand the workaround for the extra-image and is useful. I wanted to vouch for a native support that would not require every...

View Article


Github Checks API waiting after build test

Hi, I have a multi-stage workflow with build and test and then deployment. It looks like the GH Checks API will wait for the entire workflow to finish, and not just the build and test. Before Checks...

View Article


Image may be NSFW.
Clik here to view.

Github Checks API waiting after build test

Screenshot: Screen Shot 2020-01-10 at 10.26.36818×391 28.8 KB

View Article

Running additional containers for Orb job

Agreed on still desiring a built-in way to add additional images to have running during a job.

View Article

Certifying Orbs

At https://circleci.com/partners/ there is a google form to submit the request to become a technology partner. Those are the one that have certified orbs if I understood information correctly. I...

View Article

Running additional containers for Orb job

Also worth pointing this out: https://circleci.com/docs/2.0/reusing-config/#overriding-keys-when-invoking-an-executor When invoking an executor in a job any keys in the job itself will override those...

View Article


Attempting to access artifacts results in "An internal server error occurred."

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

View Article

How job status is gathered (jobs stuck in queued state on 2.18)

(Gone through support, heard nothing, trying here) We’ve been fighting a problem for several days and finally made good (but not 100% progress today). Skip to the end for the question, or read for the...

View Article


How job status is gathered (jobs stuck in queued state on 2.18)

PS: https://github.com/circleci/nomad says: “Old CircleCI, use https://github.com/circleci/nomad-docker for new images” However the link 404s (which IIRC github also unhelpfully replies for...

View Article

Complex Github tagging from CircleCI

Hello! I’m trying to figure out how to implement an automated version tagging system we want. We’re trying to tag the relevant Github commit when a build successfully completes on master. I’ll split...

View Article


Is it possible to trigger a workflow with custom parameters via an API call?

Wonderful! Thank you!

View Article

Are docker layer caching volumes encrypted?

My response is not entirely an answer to your question, but it is relevant: in general Docker images should not contain credentials. They are better injected into the app as environment variables....

View Article

Gh-pages deployment step failing with newer version of package

I followed the steps outlined in the article here for deploying to gh-pages. However with the latest version of the gh-pages package (2.2.0), the build runs into a failure: #!/bin/bash -eo pipefail...

View Article
Browsing all 14892 articles
Browse latest View live


Latest Images