CircleCI new UI/UX Review
Genuinely curious, why do so many people look at the config file through the website? Regarding “Rerun with SSH”: sometimes I just want to rerun the build and not lock up a container with SSH needs.
View ArticleIssues with SSH
@yannCI Yes, I can confirm that I followed the steps outlined in the documentation. I ran ssh-keygen inside of my server and added the private key in CircleCi project settings. Adding the key via the...
View ArticleCircleCI new UI/UX Review
One bit of feedback I have left here before and have seen other people also leave here before, but seems to get ignored every time, is how ridiculous the new workflow view is for jobs with lots of...
View ArticleAccess to the old UI will be shut down on August 14th
Thanks @paulconneqtech, appreciate the specificity. Have you tried using Contexts? Contexts provide a mechanism for securing and sharing environment variables across projects. The environment...
View ArticleCircleCI new UI/UX Review
Gotcha, thanks @jim. And for Config, it’s sometimes a convenience thing (e.g. I already have the CircleCI UI open, but I don’t have this project open in my IDE) but sometimes it’s to see the config...
View ArticleCircleCI new UI/UX Review
Hey @thaffenden thanks for the feedback. What makes it harder for you personally to review? That it’s more spaced out? Or the change in the lines?
View ArticleHow do I know _why_ a build is unauthorized?
Oh, so putting someone in a team (and giving them commit access to things) doesn’t count as being authorized? Because dschlenk is in 2 different teams that give him access. They are secret though,...
View ArticleAccess to the old UI will be shut down on August 14th
Listen, I was an early skeptic on the new UI - a lot complaints were leveled about usability and missing features, and rightfully so. But I’ve got to say I’m really happy with incremental improvements...
View ArticleCircleCI new UI/UX Review
Predominantly the spacing, as I have to scroll a lot to be able to view the whole workflow. The fact that jobs at the start of the workflow are in the centre of this block means you will always have...
View ArticleAWS CLI tools on MacOS VMs
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View Article"remote docker is not available on this installation" error when running...
I was informed by CircleCI support that this is not supported: Unfortunately, only jobs using the Docker executor can be executed locally with the CLI. Jobs using macos execution environments require...
View ArticleAccess to the old UI will be shut down on August 14th
I was an early skeptic as many, but will say that the new UI performance has definitely improved substantially since first launch. However - there is a huge chunk of functionality seemingly being...
View ArticleCocapods downloads timing out
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticlePlease explain multiple images in an executor
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleIs there any way to use sensitive config files?
Hi, I am trying to find the way to test python scripts using Sheets API. Sheets API is to read and write Google Spread Sheet, which requires to load credential information via json file in the script....
View ArticleAccess to the old UI will be shut down on August 14th
The new UI makes managing our CI/CD pipelines hard. We have > 50 services/websites/native apps and the latest build for each project gets lost in the ‘All Projects’ filter because the build steps...
View ArticleAccess to the old UI will be shut down on August 14th
Maybe you can solve this using a dashboard. FYI both GitLab and Travis CI have dashboards for this purpose: “https://docs.gitlab.com/ee/ci/environments/environments_dashboard.html”...
View ArticleAccess to the old UI will be shut down on August 14th
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIssues with SSH
@bilalsattar24, Could you try adding “ssh.pythonanywhere.com” to the known_hosts file? You can either add an extra step: - run: name: Update known hosts command: ssh-keyscan -H ssh.pythonanywhere.com...
View Article