API v2: Is it possible to retrieve the parameters that were passed in?
Hey there @dale.francum, You can access the pipeline parameters passed in VIA the API using the parameters definition inside your config.yml. See the below example: version: 2.1 parameters: image-tag:...
View ArticleLatest Bundler fails to be used even when explicitly installed
Hi Kyle, This is pretty strange as we have been unable to reproduce this issue using the circleci/ruby:2.6.5: Screenshot 2020-02-11 at 15.20.21672×1118 47.2 KB Can you reach out to us at support with...
View ArticlePatching kubernetes secrets via circleci
Hey There @engineerakki, welcome to CircleCI Discuss! In bash, single quotes interpret everything inside of them as a string literal, not allowing for parameter expansion. You can work around this by...
View ArticleErrors building on Debian-based images
Hi, I’m hitting an error trying to run docker build in the remote environment. We’re using node images provided by Circle. We run CI in the docker environment and then use setup_remote_docker with...
View ArticleLatest Bundler fails to be used even when explicitly installed
Thanks for reaching out! The repo is open source: https://github.com/hintmedia/moderate_parameters I think this run best encapsulates my confusion with all of this:...
View ArticleRefresh docker context
I made a change to a .dockerignore file, which caused a build to fail when it couldn’t find a file it needed. I undid that change, but the build still fails unable to find the file. It seems that...
View ArticleAPI v2: Is it possible to retrieve the parameters that were passed in?
Hey Scott, thanks for the response. I actually meant accessing them via an API call.
View ArticleI can not edit the page of Contexts, because of "Organization Admin...
I am trying to create contexts in circleci I am already an admin(org owner) on GitHub still circleci shows me a message saying: Organization Admin Permissions Needed To view/edit this page, you must...
View ArticleLatest circleci/python:3.7 container creates corrupt pipenv caches
Hello there, We follow the the recommendations for using a pipenv cache with python projects nearly exactly to the letter, with the exception that we use pipenv sync instead of pipenv install. This...
View ArticleAPI v2: Is it possible to retrieve the parameters that were passed in?
Hey @dale.francum! Apologies for misunderstanding, that isn’t available in the current API. I welcome you to create a feature request on our idea’s board: https://ideas.circleci.com
View ArticleExit Code 3 error
Basically I’m getting Exit code 3 error, If I re-run the job with ssh and I follow the same steps I’m able to proceed with the flow. Any idea?
View ArticleRefresh docker context
I resolved this issue. It was not related to the docker context.
View ArticleRFC: Matrix Jobs syntax
We’ve seen some demand for the ability to express “matrix” builds in CircleCI config, and we’re working on implementing it. We’d like to share our latest design to get a sense for how it fits into...
View ArticleBitbucket Integration connected to wrong branch
On bitbucket PR, the build icon showed a failure for a branch but CircleCI website showed success. Clicking on the icon in bitbucket directed me to a different branch in CircleCI than the one I was...
View ArticleRFC: Matrix Jobs syntax
At pytorch/pytorch we have a few extra things we’d need to make this more useful: We have multiple matrices; for example, there is one matrix for Linux, and another for Windows. If you can only define...
View ArticleWorkflow is not triggered by tag push on Github
I feel so stupid right now ! Thank you so much for pointing the issue !
View ArticleRFC: Matrix Jobs syntax
It looks like the matrix would support more than 2 dimensions. Is that true? It would be useful.
View ArticleWorkflow is not triggered by tag push on Github
No worries, we can all use a second set of eyes occasionally! Happy building!
View ArticleRFC: Matrix Jobs syntax
ezyang: We have multiple matrices; for example, there is one matrix for Linux, and another for Windows. If you can only define a single top-level matrix that would be very troublesome I think this...
View ArticleRFC: Matrix Jobs syntax
kostmo: It looks like the matrix would support more than 2 dimensions. Is that true? It would be useful. Yes, any number of dimensions is supported. You can also do a “one dimensional” matrix which...
View Article