|
|
@ -23,7 +23,7 @@ class ScriptRunner(
|
|
|
|
val config = builds.buildConfig(buildId)
|
|
|
|
val config = builds.buildConfig(buildId)
|
|
|
|
val logFile = builds.createLogFile(buildId)
|
|
|
|
val logFile = builds.createLogFile(buildId)
|
|
|
|
|
|
|
|
|
|
|
|
logger.info("preparing process for build $buildId with config $config")
|
|
|
|
logger.info("preparing process for build $buildId")
|
|
|
|
logger.info("log file: ${logFile.backingFile.absolutePath}")
|
|
|
|
logger.info("log file: ${logFile.backingFile.absolutePath}")
|
|
|
|
|
|
|
|
|
|
|
|
val ctx = BuildContext(
|
|
|
|
val ctx = BuildContext(
|
|
|
|