API endpoint for linting config files
Would be great to have an API way to lint config files, similar as Travis CI does it: https://docs.travis-ci.com/api#linting Are there any plans for this? I assume you have an internal linter for the...
View ArticleDownload artifact automatically when the master branch build is finish
Hi guys, I want to discuss about downloading artifact automatically. My team’s deployment process is, First we merge code to master branch. Then the master branch of circle ci job is run, and after...
View ArticleAPI endpoint for linting config files
You can get config validation in our CLI using circleci config validate - does that give you what you need?
View ArticleAPI endpoint for linting config files
Thanks @ndintenfass. I am aware of this method. However, I wrote an API client package and for this I would need an explicit api endpoint to support linting
View ArticleDownload artifact automatically when the master branch build is finish
I think there are a few ways to achieve this. Add a new step to your job that only runs on: success, checks the branch that is on using a simple bash check for the current git branch, and then fires...
View ArticleAccessing SSH keys within
Haelium: I have a multistage dockerfile which builds a container. The builder requires access to a private repo, so a private SSH key is required as a build argument. For this specific use case, I...
View ArticleUnable to connect to mysql - SQLSTATE[HY000] [2002] No such file or directory
Hello, I’m trying out CircleCI for the first time as a part of my pet-/playground-project with Symfony4 plus as a part of the project I’m also creating my own circleci primary docker image. I have a...
View ArticleAccessing SSH keys within
Thanks Levlaz, that’s helpful. However it still leaves an open question: What is the environment variable label, or the location of the key within the circleci root container? I need to actually pass...
View ArticleConvenience Image Node Variants will be updated to v12.x on November 4th
AFAICT this is still an issue with circleci/node:12.13-stretch (listed as supported at https://circleci.com/docs/2.0/docker-image-tags.json). Is this correct? Is there an accurate list of CircleCI...
View ArticleCannot find module '/home/circleci/repo/env'
I’m trying to build a nodejs project. We use an env.js file which is not part of the repository. I don’t want/need to use an env.js file on CircleCI as I set up environment variables. When trying to...
View ArticleBranch + PR filtering
Hello, In a lot of CI workflows, we have 2 main workflows: 1- Analyze code when Pull Request is made. 2- Deploy when code is merged on specific branches (ex: master) It seems circleci only supports...
View ArticleFailed to create a vm: instance not ready yet: unassigned
Interesting! If it does happen again, please feel free to reach out to support so we can look into this in more detail
View ArticleBranch + PR filtering
Heya @jsaadep, CircleCI does offer the ability to only build on pull requests, which will also build the default branch (typically master). This can be found under the Advanced Settings for the project
View ArticleBranch + PR filtering
Indeed, but it does not allow some other usual CI scenarios: Build on PR Also build on specific branches (not only on master).
View ArticleConvenience Image Node Variants will be updated to v12.x on November 4th
Exactly what is it are you referring to as an issue? Also, what’s considered “supported” for our legacy images (these images) is whatever Docker tags which are being built by the upstream Docker...
View ArticleProposed Breaking Changes to the API v2 (Preview)
I’m observing unexpected behavior when using Pipelines in combination with Conditional Workflows (https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/conditional-workflows.md). I’ve...
View ArticleConvenience Image Node Variants will be updated to v12.x on November 4th
Fail. My fault. I was caught in the edit->deploy->debug->flail cycle…
View ArticleUnable to connect to mysql - SQLSTATE[HY000] [2002] No such file or directory
This is, well… kind of surprising and unexpected but changing DATABASE_URL: "mysql://test:test@localhost:3306/test" to DATABASE_URL: "mysql://test:test@127.0.0.1:3306/test" solved the issue
View ArticleJIRA integration failing at notify command
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View Article