Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14887 articles
Browse latest View live

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 Article


Skipping 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 Article


Google 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 Article

Test 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 Article

Run job within workflow conditionally

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

View Article


How 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 Article

Running 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 Article

Configuring 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 Article


Run 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 Article


Filter 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 Article

Image may be NSFW.
Clik here to view.

Scheduled 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 Article

API 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 Article

Defining 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 Article


Alternative 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 Article

Image may be NSFW.
Clik here to view.

Feedback 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 Article


Restore 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 Article

Circleci 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 Article


Test timings can't be found

Any news on this CircleCI!?

View Article

Scheduled 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 Article

Filter 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
Browsing all 14887 articles
Browse latest View live


Latest Images