Run job in orbA that is from orbB
Hello, I am pretty new to CircleCi and have bumped into a situation i cannot figure from the docs, orb source or community forum. According to this doc...
View ArticleUsing `npm ci` vs `npm install`
I highly recommend npm ci. Otherwise, npm might update your dependencies between re-runs of the same CI build. Here is an example configuration file:...
View ArticleBad implementation in build timeout for "no output"
My “release” workflow had been continuously outputting text for the first 10 minutes - it iterates over ~3,400 commits and determines a release tag version, then it creates a release on GitHub....
View ArticleConnection between two secondary containers
I have a primary container A, and two secondary containers B1 and B2, and both A and B1 need to connect to B2. Is there a way to make this work without using docker compose? I’ve been trying to...
View ArticleBad implementation in build timeout for "no output"
Could you provide us with a build link for this please? If it’s a link you’d rather keep private then please go ahead and raise a support ticket.
View ArticleRequest to publish Slack orb
yes, this is it exactly. https://github.com/CircleCI-Public/slack-orb/pull/108 (just to add the pr link directly)
View ArticleConvenience Image Node Variants will be updated to v12.x on November 4th
Bump - this is happening on Monday assuming all goes well.
View ArticleIs it possible to trigger builds/workflows from GitHub tag creation from...
Yes that sounds great. Thanks for following up.
View ArticleRequest to publish Slack orb
Hello, Thank you for your patience. Version circleci/slack@3.4.1 has been released. There will need to be additional changes made to the development pipeline as I believe this release should have...
View ArticleJobs from API 'Trigger a new Build by Project' Not Found
Running into this as well. Has anybody been able to trigger workflows via the API?
View ArticleNew Convenience Image Alpha Preview - Ready for testing!
Btw, 5 more images are in alpha status: Elixir Clojure Android Python PHP With many of the images in the first post making it to public beta. You can see the public beta images here.
View ArticleNew UI now available for opt-in!
Should those last two screenshots be available to users that are currently enrolled in beta participation? I’m not seeing them. The two things I miss most from the old UI are 1) workflow map, and 2)...
View ArticleBad implementation in build timeout for "no output"
Thanks for the response! Here’s a link to one of the builds: Build 2309 Let me know if there’s an issue viewing it.
View ArticleText Editor for SSH jobs
When running SSH jobs to debug failed jobs, there was an available text editor like vim before. Now I don’t know what to use. There doesn’t seem to be anything available like vim or nano. Is there...
View ArticleEnvironment Variable not set if build triggered by someone who is not me
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleText Editor for SSH jobs
This depends on the image that your build is running in. Can you share what image you are using?
View ArticleConnection between two secondary containers
This should work out of the box, can you share your entire CircleCI configuration?
View ArticleShared Memory for Firefox docker container
Have you seen this blog post about JVM + OOM? https://circleci.com/blog/how-to-handle-java-oom-errors/ In general, since this is running on a shared host that is running many docker containers there...
View ArticlePackaging bash scripts with an orb
There is no way to package up the bash scripts, but you could write them in-line within the orb itself. This would make the orb code look a bit messy, but it would be transparent to the user of that...
View ArticleCouldn't connect to local service while testing
This should work, you may have a race condition or something. I think the easiest way to debug this would be to run these steps manually over SSH and confirm that everything looks ok....
View Article