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 ArticleCreating a checkout key with API v2
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleUnable to send branch name to circleci API v2 to trigger a pipeline
@ndintenfass Could you provide an example? Thank you!
View ArticleSSH 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 ArticleUnable 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 ArticleRunning 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 ArticleRunning 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 ArticleRunning 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 ArticleGithub 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 ArticleGithub Checks API waiting after build test
Screenshot: Screen Shot 2020-01-10 at 10.26.36818×391 28.8 KB
View ArticleRunning additional containers for Orb job
Agreed on still desiring a built-in way to add additional images to have running during a job.
View ArticleCertifying 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 ArticleRunning 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 ArticleAttempting 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 ArticleHow 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 ArticleHow 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 ArticleComplex 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 ArticleIs it possible to trigger a workflow with custom parameters via an API call?
Wonderful! Thank you!
View ArticleAre 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 ArticleGh-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