CircleCI not building pre-existing commit of new PR when "only build open...
CircleCI does not seem to be building pre-existing commit of new PR when “only build open PRs” enabled We’ve seen it a few times where a commit has been pushed before a PR is raised and is “not run”...
View ArticleFailed to run python script directly: pyenv-version-name: command not found
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleMaven-shared-incremental-1.1.pom: Connection reset
And yet another Connection reset https://app.circleci.com/pipelines/github/tillias/microservice-catalog/48/workflows/6a49de09-e9a1-4b7e-a931-3bf5ce838b0e/jobs/52
View ArticleNext-Gen Elixir Convenience Image now Available
Hi. Python isn’t installed in the image. You’d need to install Python to not get that error. It’s possible the has been or can be updated to install Python for you, to make this easier.
View ArticleNew PHP Convenience Image Public Beta
This next-gen Convenience Image is now considered stable! Reminder: Developer Hub URL: https://circleci.com/developer/images/image/cimg/php GitHub URL: https://github.com/CircleCI-Public/cimg-php...
View ArticleNew Ruby Convenience Image Public Beta
You may have already seen this but there’s not a beta: Next-Gen Convenience Image Browsers Variant Beta
View ArticleCombined Python/Node/Yarn image
I think you can find it here: https://circleci.com/developer/images/image/cimg/python
View ArticleHow to access Environment variable in a shell script?
I have added an environment variable in CircleCI and I need to use that variable in a shell script. How do I access the variable? Ex: Variable: XYZ added to environment variable I need to use XYZ in...
View ArticleHow to access Environment variable in a shell script?
Hi @vinod-1, and welcome to the CircleCI community! There are several ways to use environment variables within your builds. You can find all usage options outlined in our documentation.
View ArticleDeduplicating parameters in pipeline job matrix
Hi @alexjurkiewicz, Would YAML anchors work for you in this scenario? I.e. from your example you could do this: matrix: &matrix matrix: parameters: environment: - red - blue - green workflows:...
View ArticleConditional steps in jobs called in workflows?
Yes, this is possible at least to a degree: https://support.circleci.com/hc/en-us/articles/360043638052-Conditional-steps-in-jobs-and-conditional-workflows Your sample code is a bit confused though....
View ArticleHow to access Environment variable in a shell script?
Thanks @yannCI for the reply. I figured out my issue. I had a json inside the shell script the value was a variable. I had to escape it. Here is how it is: curl -XPOST -d '{"msgtype":"m.text",...
View ArticleV1.1 documetation no up-to-date?
Hi there ! I know I am publishing a message about an “old” api endpoint since v2 exists. Nevertheless, I have a quick and urgent need to use a project that rely on v1.1 and I don’t have the time to...
View ArticleV1.1 documetation no up-to-date?
Hi, Thanks for pointing that out. Please open a GitHub issue with our Docs team. GitHub circleci/circleci-docs Documentation for CircleCI. Contribute to circleci/circleci-docs development by creating...
View ArticleOfficial Hacktoberfest and Orbtoberfest Thread!
Thank you everyone who participated in #hacktoberfest and #orbtoberfest for 2020! We’ve had some amazing Orbs created, and some great interactions with everyone! Over the coming weeks we will be...
View ArticleV1.1 documetation no up-to-date?
Done: https://github.com/circleci/circleci-docs/issues/4902 Thanks
View ArticleIs it possible to cancel job automatically when specific job is approved?
Hi @baeharam, Indeed, approval jobs don’t have a job number, hence my advice to cancel the whole workflow that contains the approval job.
View ArticleWorkflow stops/crashes seemingly randomly
I’m experiencing that the automated test runs we run on PRs sometimes fails/crashes. To me it seems the docker instance just kills itself for no apparent reason, and there’s no consistent...
View ArticleIssue specifying docker version in orb
Due to issue building a container since the update of our applications to nodejs 14.15 (latest LTS). I found this CircleCI article indicating that the docker version should be specified. The build of...
View Article