Java Runtime Environment missing
Hi I added solr image and getting below error while solr service started Sunspot::Solr::Server::JavaMissing: You need a Java Runtime Environment config.yml image: circleci/openjdk:latest image:...
View ArticleSkipping Command
I’m trying to run a series of tests by sending a string to firebase from another python script that determines that string. I only need to send the string if it is not empty and skip the job in the...
View ArticleGoogle Cloud / GCP convenience image
Request for Google Cloud convenience image. We have some custom operations that make it hard to do what we need with just the GCP cli Orb – which I see itself pulls the docker-hosted gcp image...
View ArticleTest timings can't be found
Having the same problem. Timings from our E2E that generate a junit xml report are not being picked up =/
View ArticleRun job within workflow conditionally
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleHow to use template variables in orb parameters?
Hi! I’m trying to use {{ .Branch }} in one of the params from a step of the aws-s3 orb. This is what my configuration looks like: ... - aws-s3/sync: from: coverage to: 's3://my-bucket/coverage/{{...
View ArticleRunning commands inside the docker windows container
I have a windows docker with all the software versions I need. On my computer I can run in powershwll: $docker run -it myuser/mycontainer and then I can work interactively on the container. In...
View ArticleConfiguring testng+selenium project
How to configure TestNg Java maven project in CircleCI, I am new for this platform. Could anyone please share proper documentation with configuration steps. I am Mac user thanks
View ArticleRun CircleCI tests on an external staging environment
We’re trying to setup a dev workflow with CircleCI + Cypress, and we were wondering if it would be possible to run the tests on an external environment (a staging copy of our production website)...
View ArticleFilter entire workflow instead of per-job
I have a workflow that I use for generating a github release. The workflow has several jobs (most of which are reused by my build-and-test workflow). I have a pretty large regex tag filter defined on...
View ArticleScheduled jobs require more seats?
Hello Trying to add a scheduled job to a project, but I get a strange error: This job has been blocked because no user seats are available on your plan. Please purchase more user seats to continue...
View ArticleAPI v2 cannot be accessed with project specific API token
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleDefining workspace attachment point with a variable
I would really like to be able to do something like this: - attach_workspace: at: ${WORKSPACE_MOUNT_PATH} where the WORKSPACE_MOUNT_PATH variable is defined as part of the executor. I know of no...
View ArticleAlternative to /tree/ in API v2 or circleci 2.1
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
I’m in the middle of transitioning a job-triggering strategy to a pipeline-triggering strategy. It took me a while to figure out how to declare variables. Note: I understand that I need to change the...
View ArticleRestore Cache - Error validating cache
I have a project that saves and restores 2 caches. 1 of them works as expected while the other reports: Error validating cache: Error listing tarball /tmp/cache632340460: exit status 2 Both caches are...
View ArticleCircleci local execute fails to checkout code when the local mounted...
I’ve added a command “ls -al /tmp” just before checkout to the config at https://github.com/google/nsscache/blob/master/.circleci/config.yml#L12 to try to debug this; it looks like /bin/bash: line 0:...
View ArticleScheduled jobs require more seats?
Yes, scheduled workflows will count as a seat on your plan. If you’re already at the max users for you plan you’ll need to increase your seat count. You can read more about active users here.
View ArticleFilter entire workflow instead of per-job
At this time it’s not possible to apply a filter at the workflow level. This is an appropriate time to make use of some yaml aliases in the config. You can see another example of the usage here.
View Article