RFC: Matrix Jobs syntax
This would be very useful if we were able to invert this current syntax and be able to specify multiple jobs within the matrix. I created a mockup of what this would look like here: jobs: # Special...
View ArticleChecks are working successfully in CircleCI but not fetched in Git status
Hi Team, I’m new to circle ci but I’m deploying my web API using Circleci. The jobs are successfully running in circle ci however, when I check in my git repo. It’s not updating the status of the...
View ArticleChange node version in macos executor
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticlePipeline state is always "created"
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleInconsistency between workflow docs and api v2 workflow docs
The workflow documentation talks about state: https://circleci.com/docs/2.0/workflows/#states but the API docs talks about status...
View ArticlePipeline state and workflow status is not documented
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleAPI v2, is it possible to get pipeline status?
The current API provides a pipeline state. Is there a way to get a pipeline status or do we have to compute an aggregated status from the workflows ?
View ArticleJobs triggered by annotated tags fail when using built-in git client
Just like a discussion closed almost a year ago, this is till an issue: Checkout fails on workflow triggered by annotated git tag Build Environment I have a workflow configured to run only when a...
View ArticleGetting all seats taken error, but have 3 seats and only 3 users, jobs will...
This new billing system is a pain to use. I wish we could roll back to the old one, was so much easier. So my account has 3 seats, and in the users section, it shows 3 users. (No obviously way to...
View ArticleLatest Bundler fails to be used even when explicitly installed
Hey. As @bytesguy says, I can get this to work fine by just running gem install bundler which upgrades the pre-installed version. Have you tried doing that without all of the other commands you ran?
View ArticleInconsistency between workflow docs and api v2 workflow docs
Hello @gempain, Thanks for reporting this inconsistency, I’ve raised a request with our Docs team to get this updated!
View ArticleErrors building on Debian-based images
Hey @dpwelch, Is this issue still occurring? If so, we may need a deeper look into your project. Would you mind opening a ticket with our support team? Thank you....
View ArticleHow to pass executor parameters in cypress orb
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticlePOSTGRES - ERROR: unrecognized configuration parameter...
Make sure you are using a Postgres 12 image.
View ArticleExit Code 3 error
Hi Jarv1193, Welcome to the community! Could you please elaborate more about the issue and paste complete error. You can check about exit codes here. Regards, Pawan Bahuguna
View ArticleAPI v2, is it possible to get pipeline status?
Hi Gempain, Thanks for your query. I will check about pipeline status and let you know soon. Though you can get workflow status using https://circleci.com/docs/api/v2/#get-a-workflow Regards, Pawan...
View ArticleInconsistency between workflow docs and api v2 workflow docs
@ScottW hey there, thanks for the feedback ! Sorry for being so sharp in my posts, I was integrating your API today and wanted to quickly write down some issues I’ve found. Something bugs me in your...
View ArticleAPI v2, is it possible to get pipeline status?
Hi Gempain, Pipelines has no status per se. Pipelines are grouping of workflows that are kicked off by a webhook in CircleCI. Workflows, jobs and steps have a status. Pipelines can fail when the...
View ArticleAPI v2, is it possible to get pipeline status?
Hey there, In my understanding, pipelines are groupings of workflows. When I trigger a pipeline, I’m interested in knowing what the global status of my pipeline is, not what the individual status of...
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
My only concern for moving to v2 is that you only allow using a personal access token (full read/write access) instead of the read-only project api token. This is a security issue IMO. At least, we...
View Article