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

Issues with SSH

@yannCI yes, i’ve done this level of troubleshooting. I can successfully connect from my local machine. it did ask for confirmation and i entered ‘yes.’ It also asks me for the password for the...

View Article


Issues with SSH

@bilalsattar24, if you’re prompted to confirm, and then to enter your username and password, it actually means that the SSH key isn’t taken into account when you connect that server. Otherwise, it...

View Article


How to always run a sequential, final job (e.g. Slack notification)?

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

View Article

Python Django tests not being split correctly

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

View Article

CircleCI new UI/UX Review

How do you view all jobs across all projects - or more specifically, active/queued jobs? In the old UI, the main nav “Jobs” would show a list of the latest jobs that are running/queued/have run. I’m...

View Article


How to get sequencial job to execute even if previous ones fail

I think I understand. Let me look into it and I’ll try to respond ASAP.

View Article

Nativescript Circleci integration

Is it the same error @ann1111?

View Article

Image may be NSFW.
Clik here to view.

Slack Notifications - Status missing info

(I’m new to the CircleCI platform, so please correct me if any assumptions below are incorrect) We’ve recently been notified that the “legacy Slack Notification settings will not be available in the...

View Article


How do I run an application, and run tests against it?

Hi @cciuser! Welcome to the community. Can you clarify where you are setting the address? Thanks!

View Article


How do I run an application, and run tests against it?

Hi there, thank you for your response! I am not setting the address. It is the address that the application is running on as a result of npm run

View Article

Combining a background command with setting a variable

I would like to start a process in the background, using the background command, but I would also like to set the output into a variable to use in another run command. Is the following possible? -...

View Article

How do I run an application, and run tests against it?

Okay, I think I understand. Does it not work locally or are you unable to use localhost for another reason? A sample from your CircleCI config might help give us more details about what’s going on.

View Article

New UI wrongly redirecting

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

View Article


Issue with documentation about env_var_name

The Reusable Config Reference Guide reads: The environment variable name ( env_var_name ) parameter is a string that must match a POSIX_NAME regexp (for example, there can be no spaces or special...

View Article

How do I know _why_ a build is unauthorized?

@RangerRick, the context used in the workflow is restricted to All Members which means any member of the related GitHub organization. Write permissions to a given repository don’t entail organization...

View Article


How do I run an application, and run tests against it?

The tests run within a docker container, so I cannot use localhost. Locally, on my machine, I would use the network address, rather than localhost. - run: name: Run application command: | npm_run...

View Article

How to execute command 2 times in one build

Could you please tell me, is it possible to do this in CircleCi ? parameters: kafka: type: string default: “kafka_addr” steps: run: name: update command: | my command …<< parameters.kafka...

View Article


Image may be NSFW.
Clik here to view.

Badges for branches containing slashes in their names are broken

Here is a simple example with the feat/circleci branch: ![feat/circleci branch](https://circleci.com/gh/jsamr/react-native-render-html/tree/feat/circleci.svg?style=svg) result:

View Article

Slack Notifications - Status missing info

Hi @Justin-Credible. Welcome to the CircleCI community! Try temporarily switching to the legacy UI (as outline here) before attempting to access the URL...

View Article

Badges for branches containing slashes in their names are broken

Hi @jsamr , Welcome to CircleCI Discuss! This is an interesting edge case, which may require the ability to provide the branch through a parameter rather than in the URL. Another option would be for...

View Article
Browsing all 14879 articles
Browse latest View live