Comment on The official TeamCity CloudFormation template by Matt Canty
For future reference. https://youtrack.jetbrains.com/issue/TW-52994
View ArticleComment on Build React Apps with TeamCity by Louis
Hi Filipp, Thanks for the post. I’m keen to try and get this working with my project. I’ve hit a build error and wondering if you can shed any light on where I’ve gone wrong? I simplified the build...
View ArticleComment on TeamCity 2017.2 is released! by Sergey Limonov
Hi, It seems that docker image is not upgraded yet. When you are going to upgrade it? Thanks
View ArticleComment on TeamCity 2017.2 is released! by Pavel Sher
We updated all images in https://hub.docker.com/ the same day when 2017.2 was released. What particular docker image is not updated?
View ArticleComment on Build React Apps with TeamCity by Kirill Maximov
Hello Louis, I suppose you started build agent inside a docker image. To get Docker support working, you should start teamcity build agent with docker-in-docker support. Please find “Docker in Docker...
View ArticleComment on The official TeamCity CloudFormation template by David da Silva
“Just generate the root account and it’s ready to use.” I don’t know what I am missing here, but how do I do this step? I don’t seem to be able to ssh onto the instance, and a quick look into the set...
View ArticleComment on The official TeamCity CloudFormation template by Evgeniy Koshkin
You should open TeamCity UI in browser. It will ask you to create TeamCity server root / admin account.
View ArticleComment on The official TeamCity CloudFormation template by David da Silva
Thank you, thats great. That allows me to access the instance via browser, but how do I ssh to the instance box?
View ArticleComment on The official TeamCity CloudFormation template by Stephane Mikaty
Is there anything remotely resembling an official terraform or cloudformation or definition to bring up a TeamCity server with MSBuild capability to compile a Solution file relying on Microsoft...
View ArticleComment on The official TeamCity CloudFormation template by Evgeniy Koshkin
As mentioned in blog post you can do “ssh -i instance-key.pem core@[server IP]”
View ArticleComment on The official TeamCity CloudFormation template by Evgeniy Koshkin
Stephane, there are Windows based docker images for running TeamCity server or agent https://blog.jetbrains.com/teamcity/2017/10/teamcity-docker-images-for-windows/ As for Azure specific installation –...
View ArticleComment on TeamCity 2017.2 is released! by Sergey Limonov
This one https://hub.docker.com/r/jetbrains/teamcity-server/ was last pushed 23 days ago when I read this blog (Dec 18, 2017). Now I see it was last pushed 3 days ago. I have following...
View ArticleComment on TeamCity 2017.2 is released! by Sergey Limonov
I could update it only after I have changed image reference from image: jetbrains/teamcity-server:latest to image: jetbrains/teamcity-server:2017.2.1 If I try to revert this change after upgrading...
View ArticleComment on Docker integration plugin now available for 2017.1.x by Andrew
Until this is an integrated feature I use the following “Command Line” with “Custom Script”: eval $(aws –profile BuildUser ecr get-login –region ap-southeast-2 –no-include- email) docker push...
View ArticleComment on TeamCity Plugin for HashiCorp Vault by satellite
HashiCorp Vault is not supported on this agent. Please add agent requirement for ‘teamcity.vault.supported’ parameter or run agent using Java 1.8 My agent is on Windows 2008 and has Java SE Runtime...
View ArticleComment on TeamCity Plugin for HashiCorp Vault by Vladislav Rassokhin
That shouldn’t have happen. Please create new ticket with agent logs using our online support form. Or check what is the value of teamcity.agent.jvm.specification agent configuration parameter. It...
View ArticleComment on TeamCity Kubernetes Support Plugin by Ren
There is definitely a bug on token auth. I am getting an error password is too long when I upload my token.
View ArticleComment on TeamCity Kubernetes Support Plugin by Ren
I am also getting this error when I tried using Username and Password. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:...
View ArticleComment on TeamCity Kubernetes Support Plugin by Pavel Sher
There is a bug report already: https://youtrack.jetbrains.com/issue/TW-10952 It is fixed in the upcoming 2017.2.2 version. We plan to publish it by the end of January.
View Article