Setup CircleCI for ASP.NET project
I’m setting CI/CD Pipeline for my ASP.NET project using CircleCI. CircleCI already supported Window Machine. So I think it’s possible to use CircleCI for ASP.NET proejct. By following the...
View ArticleBuilds with SSH user keys no longer run
We’ve been using SSH keys defined via the project “SSH permissions” tab for over a year and they’ve been working fine. Just over a day ago, all builds are now failing: Your build was not run - reason...
View ArticleWindows Build Command line with spaces YAML
I can not get this cme.exe windows shell command (or power shell to run) it always fails with a syntax error. Here is what I have tried. run: name: build inno installer shell: cmd.exe command:...
View ArticleAccess yarn cache from another job
I’ve been looking around but I can’t seem to find anything that can help my use case. I just need to have the node_modules available on the client_build job. version: 2 jobs: set_up_deps: docker: -...
View ArticleAccess yarn cache from another job
Heya @iamdevlinph, this is typically a case where workspaces are necessary Give it a shot and see how it goes. It behaves a little differently from caching, and tends to work very well in this scenario.
View ArticleAccess yarn cache from another job
I found workspaces before but it seemed too complicated for a simple use case that’s why I just brushed it aside. I’ll give it another look.
View ArticleCircleCi don`t deploy
Hi. I have a problem with my CircleCi during deploy my project. When a build finish with success. CircleCi don`t deploy my code on vps. But when I click Return job with ssh I see a message: Your...
View ArticleCircleCi don`t deploy
It looks like there is a typo in the workflow definition. There should be a space between the “-” and build. See the below example. workflows: version: 2 build-and-deploy: jobs: - build - deploy:...
View ArticleCan no longer build docker images (returned a non-zero code: 239)
All of my build steps that build docker images are failing since yesterday. This is pretty perplexing as the build configuration hasn’t changed and it worked for weeks up until yesterday. The relevant...
View ArticleCircleCi don`t deploy
Thenk you for help.I change my code and after refresh web CircleCi.I see build and deploy. But I have a message not_running build and blocked deploy. What is going on ? My new code: version: 2 jobs:...
View ArticleUnable to trigger pipeline to build forked Pull Request via V2 API, error...
Hi there, I’m encountering problem when triggering a pipeline by v2 API endpoint, which returns error message of “Branch not found” with 400 status code. My goal is to setup a mono-repo with services...
View ArticleHow to get timings from jasmine/protractor
I’m trying to use split-by-timings but not sure what is entirely required based on the documentation. I’m using the jasmine library jasmine-reporters. By default, it is creating an xml document with...
View ArticleUnable to trigger pipeline to build forked Pull Request via V2 API, error...
Hi & welcome to our discuss community! I’m afraid triggering pipelines for PRs is not currently supported. Please can you add your vote / comment to the feature request listed here:...
View ArticleUnable to trigger pipeline to build forked Pull Request via V2 API, error...
Thanks for pointing out! I have voted the idea. Does it stand for the feature not currently on the roadmap of the V2 API?
View ArticleUnable to trigger pipeline to build forked Pull Request via V2 API, error...
I don’t think that is currently on the roadmap, no – but if that becomes a popular feature request, who knows?
View ArticleTriggering Jobs w/ Api - Build parameters missing
@ndintenfass Has this issue been resolved? I am experiencing a similar issue this morning, where build parameters are not being passed into the build. EDIT: It appears to have started working again
View ArticleNew UI now available for opt-in!
Sorry to harp on what others are saying, but this seems like the only way I can see to give feedback. The new UI drove me nuts because: I can’t see Commit messages The pipelines are not in the order...
View ArticleTagged Workflow run doesn’t appear in Workflows section
Any updates on this? We’re using tags for most of our workflows and this is super inconvenient when multiple workflows are happening at the same time
View ArticleEnvironment variables list doesn't update when viewing different projects
If I view the environment variables for a project, then view the environment variables for another project, I still see the vars for the first project. I have to refresh the page in order for the...
View ArticleCircleci namespace create results in: Error: AUTHORIZATION_FAILURE
I’m getting: Error: AUTHORIZATION_FAILURE when I run:circleci namespace create I’ve setup my circleci cli tool with my api token which completed successful. Here’s the debug output: >>...
View Article