New UI does not show everything in the shell window
@pemcfadden if you can message me a link to your repo we’ll take a look!
View ArticleANSI colours are not supported in the New UI (2020)
adarshr: The New UI which I had to opt-in recently is no longer showing colourised ANSI output. This is not an issue with the project or test configuration as it works perfectly well in the old UI...
View ArticleWhat would be a way to setup a separate beta, gamma, prod AWS ECS deployment...
We currently use Bitbucket cloud with Atlassian Bamboo (self-hosted). Our Scala repos only contain a master branch (not Beta, Gamma, Prod branches). In Atlassian Bamboo we have Beta, Gamma, and Prod...
View ArticleTrying to enable pipelines on a project without success
Hi @angelisa , Thanks for your response. It actually turned out that the pipeline was enabled correctly, but we couldn’t get to the pipelines page. The reason was that the project name had capital...
View ArticleMultiple executor and branches+tags filters
Hello I got this config.yml file: version: 2.1 orbs: win: circleci/windows@2.4.0 jobs: publish-windows64: executor: name: win/default shell: powershell.exe steps: - checkout - run: npm run...
View ArticleTerraform Plan and Apply see change but no change was made
I haven’t used the repo you’re referring to and you’re not providing any more detail so can only give general Terraform debugging advice. Terraform typically starts a changed line with one of + - or ~...
View ArticleMultiple executor and branches+tags filters
@tangb would you mind adding another level of indentation to the filters stanza of the configuration? e.g - publish-windows64: filters: tags: only: /^v.*/ branches: ignore: /.*/
View ArticleMultiple executor and branches+tags filters
Indeed I forgot a level of indentation, You saved my time (after having lost more than half a day on it). Thank you very very much for your help !!
View ArticleBuild Error (contact support)
@00da1009 Thanks for the update, let us know if you encounter this error again moving forward.
View ArticleLocal build erroring on tmp file being a directory
@Fir3Chi3f was you able to fix this? I have the same issue, ubuntu 20.04 github.com/CircleCI-Public/circleci-cli Execute issue opened 11:25AM - 13 Mar 20 UTC Pi-George $ circleci local execute Docker...
View ArticleAllow single job cancel in workflow
Thanks all, appreciate the feedback. Where would you expect that ‘cancel’ button to live on the workflow page? Inside the box for each job? Next to it? Somewhere else?
View ArticleAllow single job cancel in workflow
Hi, thanks for checking. I prefer inside the box for each job. If the cancel button exists at one of the red rectangles in the attached image, it is good for me. Screen Shot 2020-04-15 at...
View ArticleAllow single job cancel in workflow
The above is fine. I just need to easily find the cancel button as I can have more than 10 jobs started by one change and I sometimes need to kill them off to save resources.
View Article"Unauthorized" project build fails but Duration timer continues running
A colleague pushed changes to Github, but he was not registered on CircleCI. The commit triggered a build pipeline but it failed with error “Unauthorized”. Now in the list of Pipelines, those...
View ArticleGit rev-list --count develop..$CIRCLE_SHA1 returns 0
For this repro repo in a CircleCI pipeline build job git rev-list --count develop..$CIRCLE_SHA1 returns 0. Ditto for git rev-list --count develop..HEAD. Also git rev-list develop..HEAD does nothing....
View Article