Tag: 持续集成

Jenkins DSL或Jenkins Job Builder的团队城市?

我正在寻找一种使用可读的文本文件来配置TeamCity作业的方法。 詹金斯有Jenkins Job Builder和即将到来的DSL插件之类的东西,但是我还没有为TeamCity找到类似的东西。 这样做的目的是启用脚本化,可重复的作业配置。 有人知道这样的事吗?

在TeamCity上用kotlin编译android项目失败

我的构建步骤使用TeamCity模板中的gradle构建,但不幸的是我得到: [16:29:22][:presentation:compileLocalDebugKotlin] Using kotlin incremental compilation [16:29:48][:presentation:compileLocalDebugKotlin] Compilation with Kotlin compile daemon was not successful [16:29:48][:presentation:compileLocalDebugKotlin] java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: [16:29:48][:presentation:compileLocalDebugKotlin] java.io.EOFException [16:29:48][:presentation:compileLocalDebugKotlin] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:229) [16:29:48][:presentation:compileLocalDebugKotlin] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162) 任何想法,为什么我可能会得到这个?