Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Nikita Skvortsov
Total activity
411
Last activity
October 25, 2017 17:19
Member since
January 10, 2011 17:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
139
Activity overview
Articles (0)
Posts (0)
Comments (272)
Sort by recent activity
Recent activity
Votes
Created
October 24, 2013 08:37
also, as a workaround, I can suggest to use Gradle Wrapper
Community
TeamCity General Topics
Build error on Linux: Couldn't locate Gradle installation
0 votes
Created
November 19, 2013 13:06
Darrel,Sorry for the delay.Though TeamCity does not have dedicated plugin for accessing Maven repository, you can use Maven runner instead.Create Maven build step, without path to pom.xml, use foll...
Community
TeamCity General Topics
Deploying WAR files to Tomcat servers in different environments
0 votes
Created
October 31, 2013 05:19
Damon,Thank you for reporting the problem. I have created issue in YouTrack for it: http://youtrack.jetbrains.com/issue/TW-33148So far, we were unable to reproduce the problem here, so could you gi...
Community
TeamCity General Topics
Problems with Zipped artifacts in bulid chains - java.io.IOException while unpacking archive ... Truncated ZIP file
0 votes
Created
November 05, 2013 07:25
Thank you, Damon!
Community
TeamCity General Topics
Problems with Zipped artifacts in bulid chains - java.io.IOException while unpacking archive ... Truncated ZIP file
0 votes
Created
May 17, 2011 15:47
As you can not access TeamCity from interactive mode, you will need some default value.Take a look at the following example:if (hasProperty("teamcity")) { buildNumber = teamcity["build.number"]} e...
Community
TeamCity General Topics
Unable to pass build number into Gradle?
0 votes
Created
November 26, 2013 16:15
Gavriel,Would you mind attaching a build log from TeamCity server for variant that works locally and does not work in teamcity?
Community
TeamCity General Topics
Unable to pass build number into Gradle?
0 votes
Created
November 28, 2013 15:48
Thank you for the log.Groovy applies hasProperty("teamcity") call to Task instance. Please, specify Project instance explicitly like this:if (project.hasProperty("teamcity")) {...}it should fix th...
Community
TeamCity General Topics
Unable to pass build number into Gradle?
0 votes
Created
May 17, 2011 10:50
Alan,You can refer to buildnumber in gradle build like this:println "Build number passed " + teamcity["build.number"]Also, you may want to take a look at other properties available inside build scr...
Community
TeamCity General Topics
Unable to pass build number into Gradle?
0 votes
Created
January 30, 2014 12:42
Actually, Gradle build should report executed tests out of the box.If it does not, please attach build logs and build.gradle file to this issue: http://youtrack.jetbrains.com/issue/TW-30860Workarou...
Community
TeamCity General Topics
Android test results with Gradle build runner
0 votes
Created
January 30, 2014 17:12
Nemanja,Please set up"XML Report processing" with "Report type" - "Ant JUnit"and "Monitoring rules"build/reports/instrumentTests/**/*.xml build/instrumentTest-results/**/*.xml
Community
TeamCity General Topics
Android test results with Gradle build runner
0 votes
«
First
‹
Previous
Next
›
Last
»