Does CircleCI 2.0 work with monorepos?
Thanks for all the information here. Have any of you figured out a way to work with required checks in Github. Since not the same list of workflows will run on each commit, how would one prevent merge...
View ArticleAllow single job cancel in workflow
The one click cancel would be ideal. I don’t really understand the difference between workflows/pipelines and jobs, and don’t want to. The old UI had a cancel option on the same line as the job....
View ArticleXcode 11.4 - Updated Image
@rfree18 Hey, welcome to the forum! We are currently blocked on creating the new 11.4.1 image as Apple has yet to release the direct download version of Xcode 11.4.1 (it’s currently only available on...
View ArticleNew April 2020 interface, cannot find "badges"
I used to be able to click on configuration for a project and have an option to get badges, but this seems to have disappeared. Where can I get the badges code?
View ArticleRebuild without cache
Continuing the discussion from Why was Rebuild Without Cache button removed for workflows? the button “rerun without cache” was also removed from the build page.
View ArticleSonar scan failed with exit status 128
For sonar scan build failed with exit status 128. Its java code using gradle build. image1572×517 57.5 KB Run scanning job TASK_URL=$(./gradlew -d sonar -Dsonar.branch.name=$CIRCLE_BRANCH...
View ArticleBuilds failing when trying to install yarn
I have a similar issue. I was using: build: machine: image: circleci/classic:201711-01 and switched to: build: machine: image: ubuntu-1604:201903-01 With either image, I’m getting a lot of 404s on a...
View ArticleBuilds failing when trying to install yarn
This seems to have resolved itself today - builds working fine again. Anything we should know about from @CircleCI-Employees ? Or just a hiccup we can disregard? Next time would be helpful if these...
View ArticleXcode 11.4 - Updated Image
Glad to hear. It looks like the direct download is now available. xcodereleases.com Xcode Releases More than you ever wanted to know™
View ArticleCorrect usage of x-attribution-actor-id / x-attribution-login
I also want to know the answer to this. I’ve tried using a colleague’s github username for both of these headers and it still attributes the build to me (the request uses my API key).
View ArticleWhere is chat notification on the new CircleCI UI
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleSonar scan failed with exit status 128
Please help, what caused the error exit status 128.
View ArticleNew job dependency graph unreadable
Can we keep the old job dependency graph? The new one is unreadable for us. Too many overlapping lines. Looks like the placing algorithm is not as good as the old one.
View ArticleSonar scan failed with exit status 128
I suspect this has something to do with the working directory of the command, since it can’t seem to find the git repository. Rerunning the job with SSH...
View ArticleNew April 2020 interface, cannot find "badges"
Hi @alberto56! The original badge URL will still work, with the format https://circleci.com/<gh or bb>/<org>/<project name>.svg?style=svg I believe this is something we will be...
View ArticleSonar scan failed with exit status 128
Thanks Simmer! This is the sonar set up and scan config. image1146×365 36.5 KB
View ArticleOrb publishing GitHub token scopes
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleGitHub additional Status
My CircleCI jobs have authorizations to update my commit GitHub status (this is the way it manages to say when the CI passes). I would like to benefit from that authorization to add my own status from...
View ArticleLatest Artifacts API returns empty list
How do I filter builds by jobs for a single branch inside a workflow? https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/latest/artifacts?branch=master returns a list of artifacts for...
View Article