0 subschemas matched instead of one
I am am getting below error, this was encoutered recently, #!/bin/sh -eo pipefail ERROR IN CONFIG FILE: [#/jobs/build] 0 subschemas matched instead of one 1. [#/jobs/build] only 1 subschema matches...
View ArticleJRuby 9.2.10.0
I see the circleci/jruby container has been updated and now has 9.2.10.0 so the workaround is no longer needed.
View ArticleAdministrator permission changes
What is changing? Currently, CircleCI organization settings can be accessed by GitHub team owners and GitHub admins. CircleCI is making changes for a stricter permission check and going forward only...
View ArticleRollout of pipelines functionality
Kate_Catlin: Great specific feedback, thanks @avi. My pleasure! Kate_Catlin: We are creating a card to address this specifically because of your post yesterday so yes we’re on it Excellent!...
View ArticleWhere is the Insights in the new UI?
First off, welcome to CircleCI Discuss @herf! We’re glad to have you in our community! The new UI is an opt-in / opt-out option (currently). In the new UI, the Insights view is being replaced with the...
View ArticleRollout of pipelines functionality
Will the CLI now be able to run 2.1 configs (locally) or are we still stuck with the 2.0?
View ArticleCan I save a custom Windows executor with dependencies installed?
Hi all, Thanks in advance for any help you can provide. I’ve built a CircleCI workflow that includes building a Qt app for Windows. The job runs successfully and we’ve incorporated it into our...
View ArticleRollout of pipelines functionality
Hi Enabling pipelines – is this a potentially destructive action? ie, will any existing configuration break? or is it backwards-compatible? I’ve been looking for information on the impact this will...
View ArticleAWS version upgrade
I need to use an updated awscli version. Looks like the version available with “machine” is quite old (“aws-cli/1.11.165 Python/2.7.6 Linux/4.4.0-96-generic botocore/1.7.23”). What’s the best way to...
View ArticleAccessing SSH keys within
Looking for the answer also. How/where is the ssh key? I’m running a fabric script and need to do “fab mycommand(path to ssh key)”
View ArticlePatching kubernetes secrets via circleci
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleInteger Environment variables
I have set up an environment variable with a port number (8888 in this case). I would like to provide that as a parameter to a command that expects an integer: wait-for/port: port: 8888 When I try...
View ArticleAdd a GitHub App user to a restricted context
We are having issues with a GitHub App not being able to start builds in CircleCI. We have several repositories hooked up to build on CircleCI using restricted contexts for security purposes. We have...
View ArticleAdd a GitHub App user to a restricted context
Hello @CalMlynarczyk! Due to the nature of the bot, it’s unfortunately not possible to use contexts with the user. Typically users will either remove the contexts from the jobs that the bot triggers,...
View Article"test" replaced with "****" in output
So this is the same issue as described in the now-closed issue here, but basically we have the “environment” env variable set to “test” which is a pretty reasonable thing to do, and now all of our...
View ArticleAdd a GitHub App user to a restricted context
@gmemstr Thanks, found out someone on our team reached out to Circle’s support email a couple of weeks back and got a similar response. It expands on what you said and might be helpful to other people...
View ArticleCompiling Qt application for windows in runner
Yep! I just set up a Qt build environment for Windows and MacOS. Here’s what I ended up doing within the pipeline: Check out a submodule containing all the dependencies (including Qt and a Visual...
View ArticleRFC: Matrix Jobs syntax
Thanks to everyone who took a look at this and added their feedback. Reading through these ideas, I noticed two big takeaways: 1: We want to generate job-to-job dependencies via a matrix. Experienced...
View ArticleAdmin Settings is not visible for my organisation inside Circle CI
Hi Team, I recently signed up CircleCI to try CI setup for my organisation. While Signing up i was not an owner of my Github account. Post that I realised and became a owner in Github and then added...
View Article