How to programmatically end or cancel the workflow/build?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCircleCI: very frustrating experience to get started
Hi, I’m new to CircleCI and it has been very frustrating to get a minimal Python/PyTest example working. According to this documentation, a minimal config.yml example would be something like: version:...
View ArticleCircleCI fails to deploy "cannot find serverless-component"
All of a sudden, CircleCI fails to deploy my serverless-component application. It used to run and deploy OK. But now, my CircleCI script refuses to deploy. The log shows the following error: Command...
View ArticleCircleCI 日本語ドキュメント 追加・更新
2020/10/26 Orbに関する下記ページの記載を(英語版ページに合わせて)更新しました。ORBオーサリングに関しては、日本語ページの翻訳が古くなっている箇所がほかにもあるため(英語版にあるインラインOrbの説明が未翻訳等)、引き続き更新してまいります。 設定 > ORBオーサリング > ORBオーサリングの概要
View ArticleLegacy job view and SSH build cancel
I have one suggestion and one issue: Suggestion: make the “Legacy Jobs View” easily accessible. I don’t want to have to remember how to manually change the url to reach some “hidden” page just so I...
View ArticleIs CIRCLE_SHA1 the same in different jobs?
Hi, I have 2 jobs (build and deploy) in one workflow, I use CIRCLE_SHA1 as the docker image tag, but will the value of “$CIRCLE_SHA1” in “deploy” job the same as “build”? What will happen if “build”...
View ArticlePHP Composer version 2
v2 came out on Friday, which is great, but a lot of stuff is breaking for me. How do I downgrade to Composer v1?
View ArticleUbuntu 20 image cannot locate packages
Osurac529: sudo apt install --allow-downgrades --allow-remove-essential --allow-change-held-packages python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot It’s the...
View ArticleContext Settings - "Organization Admin Permissions Needed" - GraphQL Error
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleLegacy job view and SSH build cancel
Hi @MrMMorris! Thank you for sharing your experience with the new UI and the Legacy Jobs View. This is a known limitation and ask that you utilize the Legacy Jobs View as well as the API to view and...
View ArticleUpcoming November Webinars!
11/10 @ 10am PT - Automating developer-centric application security in CI/CD Register for the AppSec webinar at this link. Join CircleCI, SecretHub, FOSSA, and StackHawk to learn how to integrate...
View ArticleXcode 12.1.0 GM seed (12A7403)
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleOfficial Hacktoberfest and Orbtoberfest Thread!
How can I check if my submission to Challenge 2 is valid. I used a form about 2 weeks ago but I didn’t even received any email that it is under investigation. Should I be just more patient? Anyway...
View ArticleOfficial Hacktoberfest and Orbtoberfest Thread!
@mitcom It takes us a while to review them all, but we’re working on it. Thanks for participating!
View ArticleMatrix Exclude does not work with Pipeline Parameters
Thank you for all of the info! This level of detail makes me very happy. I’m going to pass it along to the team!
View ArticleBuild fail with circleci/node:latest
Hi @Nebulis! Thanks for your patience. I didn’t see any other reports about this image not working recently, but let me dig and make sure. Is the build still failing, and if so, is there a specific...
View ArticleMatrix Exclude does not work with Pipeline Parameters
Update: This is a known issue. The most summarized version of this is that the feature works this way by design. The actual functionality of using a pipeline parameter to exclude a matrix job has no...
View Article[skip ci] feature prevents PR from being merged
You have a good handle on the feature. This is how it was designed to work, so right now you can’t modify the status.
View ArticleCircleCI: very frustrating experience to get started
@ucals I’m sorry that the documentation around the test job using pip isn’t very clear. This all very much depends on how you plan on setting up your project structure around tests. Because there are...
View Article