Have a way to collect the logs of my jobs?
Today I work on a project with some intermittent tests and I want to measure this so that I can make a decision on the best way to solve it. Can I list all broken jobs and download the logs?
View ArticleXcode 12.1 (GM) Released
Thank you @heidiproske-qz and @shawnce for the feedback! I am in the process of rebuilding our 12.1 GM image with iOS 13.5 (as well as older versions of watchOS and tvOS, 6.2 and 13.4 respectively),...
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
This has worked for me, thanks for the solution Henna.
View Article[Updated] Authenticate with Docker to avoid impact of Nov. 1st rate limits
As far as both orbs and the convention, I see a very interesting comment from @KyleTryon in the following comment with a little tease: github.com/CircleCI-Public/slack-orb Does this Orb require any...
View ArticleWebhook authentication
@Henna thanks for the response. I want to notify my server when jobs succeed and when they fail. I need a POST request with a payload with the job ID or pipeline number, and a way to authenticate...
View ArticleOfficial Hacktoberfest and Orbtoberfest Thread!
I’ve submitted my orb as I am just learning to code I was wondering if there will be updates of the status of the challenge, and I’ll be updating my orb during this time as well added more. thanks for...
View ArticleXcode 12.1 (GM) Released
We’ve re-published our Xcode 12.1 image to include runtimes for iOS 13.5, watchOS 6.2, and tvOS 13.4. The complete manifest can be found here. I’ve also updated the original announcement to reflect...
View ArticleNext-Gen Convenience Image Browsers Variant Beta
In the legacy images the browsers have been included in the convenience images, right?. In the next-gen, it seems I need to install the browser I want to use with the orb command in both the cimg/node...
View ArticleChange build or pipeline number?
Hi Henna, Thank you for the “Welcome”, I thought that one went out the window for me a while ago. Confirming that the pipeline number could not be changed (or instruction on how to) was the only point...
View ArticleCast an environment variable to a boolean
I am using the Cypress orb and I want to set a boolean field to either true or false based off an Environment variable inside my CircleCI config.yml. In the CircleCI UI I have configured an...
View ArticleGh-pages not being ignored
Shouldn’t there be a way to set up the config file in the gh-pages branch so that Circleci understands there is nothing to be done here? It just feels strange to have to copy the jobs from the master...
View ArticleWebhook authentication
@Henna I just realized something… webhooks are sent AFTER the build has finished. Unfortunately, orbs are executed as regular jobs, so when the orb performs the HTTP post, the workflow status is still...
View ArticleAllow user to choose from a dynamically build option menu in a workflow...
We are using CircleCI to build docker-based multiple-repo feature-branch deployments. This process includes using the primary repository associated with the pull request triggering the circleci...
View ArticleRspec output dots go off screen (no newlines) or newlines are inserted each 5...
When I open console output for Rspec tests it’s output keeps going to newline each 5 tests (dots). If you open finished build or build that was running for some time, tests that already passed are all...
View ArticleTimestamps on build logs [repeat request]
I’d echo this request. Currently we’re prepending the following to various bash commands to give us line-by-line timestamps of when commands ran to help with debugging and generally give more context...
View Article[Updated] Authenticate with Docker to avoid impact of Nov. 1st rate limits
Good news! CircleCI has partnered with Docker to ensure that our users can continue to access Docker Hub without rate limits. On November 1st, with few exceptions, you should not be impacted by any...
View ArticleCast an environment variable to a boolean
Hi Steve, Welcome to CircleCI Discuss! You’re experiencing the type error because the cypress/run job expects a boolean parameter. The parameters are evaluated when the configuration is parsed, so...
View Article[Updated] Authenticate with Docker to avoid impact of Nov. 1st rate limits
thekatertot: CircleCI has partnered with Docker to ensure that our users can continue to access Docker Hub without rate limits. On November 1st, with few exceptions, you should not be impacted by any...
View ArticleHave a way to collect the logs of my jobs?
Hi Lucio, Welcome to CircleCI Discuss! Currently, we do not natively have a way to access logs programmatically, but it’s pretty easy to create a solution to do this. - run: echo <<...
View Article