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

Deploy application in AWS EC2 machine with docker compose yml

I am new to CircleCI and I need help for config.yml through which i planned to deploy my prebuilt docker images stored in ECR repository to a particular EC2 machine through docker-compose yml. Kindly...

View Article


Admin Settings is not visible for my organisation inside Circle CI

Thank you. The issue got resolved now

View Article


New UI -- How to cancel running builds from list?

Previously I could 1-click cancel builds with the old UI from the workflow tab. Cannot see how to do this in the new UI. This is especially useful for webhook-generated builds.

View Article

Image may be NSFW.
Clik here to view.

How to set more data for a job triggered by the API

Hello, So I followed this guide to trigger jobs via the API https://circleci.com/docs/2.0/api-job-trigger/ The thing is the triggered jobs in CircleCI app are shown as this As you can see jobs with...

View Article

How to run timing based test splitting in Golang?

My tests are in this structure: services/ dir1/ a.go a_test.go other.go other_test.go Here is the command I use to try to use the timing data: - run: name: Run unit tests shell: /bin/bash command: |...

View Article


Organization wide token

Hi @giulianozor, welcome to the CircleCI community! That is correct, only GitHub/Bitbucket organization admins can create and publish orbs within their organization. However, any org member has the...

View Article

Join us for our inaugural Open Circle Sessions with CircleCI Product

View Article

Image may be NSFW.
Clik here to view.

New UI experience has an issue with canceled jobs

Well, it’s been a while and I think the previous problem has been fixed, but there’s still something wrong here. It seems in the new UI we have to cancel both the workflow and the job? When there’s...

View Article


Image may be NSFW.
Clik here to view.

New UI now available for opt-in!

Am I the only one who thinks this new UI still isn’t ready? I have seen issues with the following: Canceling a pipeline (or build or whatever) is still pretty weird and hard to do. Then new builds...

View Article


Image may be NSFW.
Clik here to view.

New UI experience has an issue with canceled jobs

Hey @rsshilli, Thanks for the feedback. rsshilli: It seems in the new UI we have to cancel both the workflow and the job? That’s definitely not the case. If there is only one job in a workflow,...

View Article

Local build erroring on tmp file being a directory

I haven’t run my build locally in a while and I’m thus not sure when this happened. I’ve tried clearing out my machine’s tmp file and uninstalling/reinstalling different ways snap->script->snap,...

View Article

New UI does not show everything in the shell window

I’m trying to reproduce in a public/simpler place. But so far no such luck.

View Article

Python command not found on custom docker image

Hi, i have a custom primary docker image (debian clone) wich has, next to the actual build tools, also python3 installed. I need python to run a python script after the actual build process to...

View Article


New UI feedback - worse usability

One piece of feedback I’d like to add is the Add project workflow. While it’s nice that you offer to add a sample .circleci/config.yml into a new circleci-project-setup branch to new users It’s REALLY...

View Article

"Too long with no output" on job that completes

Have you tried no_output_timeout ? https://circleci.com/docs/2.0/configuration-reference/ eg - run: name: Step Name command: sleep 15m & echo "I'm still alive" no_output_timeout: 20m

View Article


Image may be NSFW.
Clik here to view.

New UI -- How to cancel running builds from list?

@baebb You mean cancelling a workflow in the main, pipelines-view. Yeah, I’m missing this as well. @uhlawna That’s (one of the things) I showed you in our session. In the workflow-view, you can click...

View Article

Image may be NSFW.
Clik here to view.

New UI feedback - worse usability

jodastephen: Unfortunately for you, as they are the tech leads and managers they are also probably the people deciding whether to buy CircleCI or move to another provider. True point. I can especially...

View Article


Running dmesg / debugging OOM

Did you ever find out how to do it?

View Article

Image may be NSFW.
Clik here to view.

Passing environment variables into context name in workflows not working

I have different branches on Git, each branch is a different environment. All build steps of all branches are the same. I put all configuration variables into Context. Here is my config.yml...

View Article

Moving old UI deprecation date back

Hi all, You may have received a notice that we intended to deprecate our old UI, effectively mandating all users be on the new UI, on April 15th, 2020. Upon releasing this notice we received a number...

View Article
Browsing all 14894 articles
Browse latest View live


Latest Images