How to debug webpack job that stops prematurely but is marked as a success
We are having the same issue. Did you find a solution in the meantime?
View ArticlePostgreSQL Image Password Not Specified Issue
Some people have recently come across an error with the circleci/postgres image that looks something like this: Error: Database is uninitialized and superuser password is not specified. You must...
View ArticleCannot find msbuild solution
What path do i put on my yml file in order for my build to go through? Build started [2](https://ci.appveyor.com/project/rafae11/servicefabric/builds/30884787#L2)git clone -q --branch=master...
View ArticleOrbs - "Cannot find a definition for command named ..."
I’ve figured it out! In order to use the orb in both ways you need to set up #1 and #2 with same name, like: commands: deploy: # ----> #1 description: | Deploying... parameters: ssh-user: type:...
View ArticleSetting up AWS credentials with serverless framework not working when using...
Hello! I’m experiencing strange behavior while trying to deploy my lambdas using serverless framework. I’m using SSM integration and auto decryption to setup my environment variables directly in the...
View ArticleTimestamp of files from Cache and Workspace are at time of unpacking
I would love for this to be the case. SBT also uses timestamps and Scala is infamous for its long build times. Good tip about using tar, maybe I can use that as a workaround for now. Also keep in mind...
View ArticleTimestamp of files from Cache and Workspace are at time of unpacking
Hmm I just SSH’ed to the build machine and saw that the timestamps in the attached workspace look like they were preserved.
View ArticleTimestamp of files from Cache and Workspace are at time of unpacking
vastopa: I know for tar this is possible with an optional parameter --atime-preserve[=METHOD] . Actually this is not what this option does. This option only prevents the atime of the file being put...
View ArticleIs CIRCLE_COMPARE_URL still a thing?
Thanks @stig, I can work with that, but I should have mentioned I was actually hoping to use the base revision as the default value. It seems like this is currently not possible?
View ArticleDocker Convenience Image Updates: February 2020
Just curious, is a new version of the Go orb being created to use the new cimg/go Docker image?
View ArticleCan't SSH into or ping any of my builds
Hello, I am using the circleci/ruby:2.5.7-stretch-browsers image. When I “Rerun job with SSH”, I cannot SSH into my build with my uploaded key. I pull the IP & port from the build task output:...
View ArticleCan someone suggest how to do CircleCi setup for appium and maven project...
I am new to this circle ci, can someone please suggest or give me an idea how to set up circle ci means config.yml for testNG maven java mobile automation project,
View ArticleCan't SSH into or ping any of my builds
Hello, Please make sure you are not using any kind of VPN and then try to follow troubleshooting steps given at https://circleci.com/docs/2.0/ssh-access-jobs/ Regards, Pawan Bahuguna
View ArticleCan't SSH into or ping any of my builds
Thanks Pawan. It’s working now. GitHub’s API was down this morning and I think that may have been the reason.
View ArticleIs CIRCLE_COMPARE_URL still a thing?
Hi @stone-z, I don’t think it’s possible, I’m afraid. If you find yourself having to explicitly pass this parameter in many places you may be able to use an env_var_name parameter instead, cf...
View ArticleCan't SSH into or ping any of my builds
Yes, quite possible. They were having issue with API and Webhook today. Ref: https://www.githubstatus.com/incidents/fxbbtd7mhz1c
View ArticleTimestamp of files from Cache and Workspace are at time of unpacking
Hey - thanks for replying! I should have closed this issue when I got more information. You are right, the timestamp is preserved. It’s actually xcodebuild system which is shaving milliseconds off...
View ArticleNew UI nearing completion!
@hiroshi thanks for voicing. We are fixing CMD+F this week so you’ll be able to search through the whole log regardless of what is showing. Check back this time next week and let me know if we’ve...
View Article