Is it possible to execute `run` within a for loop?
I’m trying to find a way to work with Circleci 2.1 so that I can trigger workflows of directories that have changed within the repo. I have my list of changed directories, Is it possible to execute...
View ArticleUnable to send branch name to circleci API v2 to trigger a pipeline
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleUsing a commercial Python package: gurobipy
I have a license for Gurobi and would like to use circleci to test some code that is relying on the gurobipy package. The tests don’t actually include running the Gurobi solver, so all I need for the...
View ArticleCircleci/python PATH set incorrectly
Indeed it works. Apologies, but I was trying to find the correct 3.8 image on Docker Hub and failed… It’s organization of images is actually not very helpful for browsing. The updated image works as...
View ArticleIs it possible to execute `run` within a for loop?
circlecibeginner: work with Circleci 2.1 so that I can trigger workflows of directories that have changed within the repo. I have my list of changed directories, Hello @circlecibeginner All of your...
View ArticleUsing "requires" on a job not working as expected?
I have a workflow with multiple jobs. At one point, 2 jobs run that will build a develop and a production build, then a job runs that notifies that the production build is built. build production job...
View ArticleIs downloading cocoapods from S3 still advantageous?
Hey, just a short update: This change is awesome. While getting the specs repo in the past took over 4 minutes using the CDN now takes about one and a half. And if you cache the pods (or check them...
View ArticleIs it possible to trigger a workflow with custom parameters via an API call?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew UI nearing completion!
Last Summer we announced our new UI was available for opt-in. Since then, many of you have been apart of helping us build it with bug reports, feedback, and user sessions. We’re now close to...
View ArticleNo test is running, what i'm doing wrong?
You can see that no tests are running sssss1385×647 140 KB config file: docker: # specify the version you desire here - image: circleci/openjdk:8-jdk # Specify service dependencies here if necessary #...
View ArticleNo test is running, what i'm doing wrong?
Can you post your whole config file in a markdown block please? My guess is that that mvn integration-test is running in a different directory to where you have checkout out your code. I would try...
View ArticleNew Pantheon machine-token?
Hi, I’m getting an error saying my Pantheon machine token is invalid. I have a new token but don’t know how to tell Circle CI about the new token. [notice] Logging in via machine token. [error] Client...
View ArticleGh-pages deployment step failing with newer version of package
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleSSH key not added to known_keys automatically?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleGitHub private repository access to specific organization only, not personal...
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleUsing "requires" on a job not working as expected?
Hi, We need to see what the “workflows” portion of your config looks like to help figure out this issue.
View ArticleNew Pantheon machine-token?
Fixed. I added the new token to the Environment Variables section of the project
View ArticleGitHub repo collaborator unable to trigger builds via API
As the title says, the user is listed as a collaborator in GitHub, using a private auth token, but it’s getting a permission denied when trying to trigger a job/build via API. Is this a known...
View Article