Allow sending title (commit message) when triggering pipeline in API v2
Mainly, what I’m asking for is being more easily able to track what triggered the pipeline (or who triggered it)
View ArticleNew Python Convenience Image Public Beta
When using the current circleci/python:3.8-rc-stretch-browsers my PATH is not correctly loaded, and as such after I pip install, python libs are not available in my PATH. When I SSH they are (which...
View ArticleCron job run-as user
Can’t use cron trigger with a context that is locked down to select users. Need to add a run-as-user to the cron spec. Alternatives are not good: open up context secrets to everyone move cron job to a...
View ArticleAPI v2 cannot be accessed with project specific API token
Is there any progress on this? I have the exact same issue, which I wasted a couple of hours on trying all different possible ways to call the API until I found this thread. @ndintenfass will this get...
View ArticleAllow sending title (commit message) when triggering pipeline in API v2
I have the same issue. Setting x-attribution-actor-id as per the API docs didn’t seem to do anything either…
View ArticleProblem splitting tests using Jest
Hi, what do you mean by “The time to run in 1, 2 or 4 is the same for us”? Are you talking about timing of running parallel container or an issue with one of your commands? Have you already sort out...
View ArticleRunning Pytests tests Parallel
Have you solved it? I found this tip on github https://github.com/addok/addok/issues/553#issuecomment-490498493
View ArticleUnable to bypass codesign prompt on Catalyst
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleConnecting to a local port without exposing it
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew Python Convenience Image Public Beta
A post was split to a new topic: Circleci/python PATH set incorrectly
View ArticleAPI v2 cannot be accessed with project specific API token
Hello @daaain, @kptdobe, Project level tokens are only for read-only actions: https://circleci.com/docs/2.0/managing-api-tokens/ In order to trigger a new pipeline there must be an “actor” or someone...
View ArticleAPI v2 cannot be accessed with project specific API token
I see, that makes sense (and thanks for your response!) Can I please ask that the error message be improved from (I guess a generic 404) saying Project not found to even at least a 403 Unauthorised,...
View ArticleAPI v2 cannot be accessed with project specific API token
daaain: Can I please ask that the error message be improved from (I guess a generic 404) saying Project not found to even at least a 403 Unauthorised , but ideally something along the lines of Cannot...
View ArticleCircleci/python PATH set incorrectly
Hey @SamMorrowDrums welcome to CircleCI Discuss! I moved your post into a new topic as this is about our original convenience images and now the next-gen beta (where you posted). The image you...
View ArticleAlternative to /tree/ in API v2 or circleci 2.1
In my case the branch payload was not enough as previously I was passing in the branch within the url as well as the workflow to trigger. Something like: -d ‘{“branch”: “$CIRCLE_BRANCH”, “parameters”:...
View ArticleShare values to jobs with different executors
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleRun the second Job after the first one is complete
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleI Fixed My CircleCI Chrome Extension (Jan 2020)
Hey Everyone, The CircleCI Chrome Extension I made awhile back called Pointless has been broken for several weeks now. GitHub made some changes to their repository pages that caused the CircleCI...
View Article