Skip to content

Instantly share code, notes, and snippets.

View DimaVartanian's full-sized avatar

Dima DimaVartanian

  • Instagram
  • New York
View GitHub Profile
@DimaVartanian
DimaVartanian / XcodeBuildLogParser
Created October 8, 2015 00:05 — forked from danielpunkass/XcodeBuildLogParser
Example configuration file for Jenkins's build log parser plugin, including some rules for Xcode quirks
# don't treat any of these as errors, warnings or info
ok /setenv /
# ignore TidyXML warnings
ok /line [0-9]+ column [0-9]+ - Error:/
ok /line [0-9]+ column [0-9]+ - Warning:/
ok /[0-9]+ warning.+ error.+ found!/
# ignore weird warnings about build variables in Info.plist:
# e.g. "warning: ignoring operator ':rfc1034Identifier' on 'RSWebClientCore' for macro 'PRODUCT_NAME'"