adorable-glass-89507
04/26/2016, 8:57 PMwrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm', 'defaultFg': 1, 'defaultBg': 2]) { ... }
to get colored outputbored-art-40741
04/26/2016, 8:58 PMadorable-glass-89507
04/26/2016, 8:58 PMadorable-glass-89507
04/26/2016, 8:58 PMadorable-glass-89507
04/26/2016, 8:58 PMdef get_git_hash() {
sh "git rev-parse HEAD > githash"
readFile("githash").replace("\n", "")
}
def get_git_branch() {
sh "echo ${env.JOB_NAME} | cut -d/ -f 2 > gitbranch"
readFile("gitbranch").replace("\n", "")
}
adorable-glass-89507
04/26/2016, 8:58 PMadorable-glass-89507
04/26/2016, 8:59 PMadorable-glass-89507
04/26/2016, 8:59 PMwitty-crayon-22786
04/26/2016, 9:16 PMjolly-chef-92794
04/26/2016, 9:16 PMwitty-crayon-22786
04/26/2016, 9:16 PMjolly-chef-92794
04/26/2016, 9:32 PMwitty-crayon-22786
04/26/2016, 10:25 PMancient-stone-50795
04/26/2016, 10:51 PMignore_patterns: [
".*/",
...
]
in pants.ini. Excludes .cache
, .git
and .pants.d
Worth making a default for everyone I think.ancient-stone-50795
04/26/2016, 10:53 PMapt-get install failed
ancient-stone-50795
04/26/2016, 10:55 PMwitty-crayon-22786
04/26/2016, 10:57 PM.*
is already a default pattern. but i suppose that doesn't match directories, now does it...witty-crayon-22786
04/26/2016, 10:58 PMwitty-crayon-22786
04/26/2016, 10:59 PMancient-stone-50795
04/26/2016, 10:59 PMhappy-kitchen-89482
04/26/2016, 11:12 PMwitty-crayon-22786
04/26/2016, 11:14 PMwide-energy-11069
04/26/2016, 11:16 PMhappy-kitchen-89482
04/26/2016, 11:16 PMwide-energy-11069
04/26/2016, 11:16 PMhappy-kitchen-89482
04/26/2016, 11:17 PMwide-energy-11069
04/26/2016, 11:17 PMhappy-kitchen-89482
04/26/2016, 11:17 PMhappy-kitchen-89482
04/26/2016, 11:18 PMmysterious-action-44812
04/26/2016, 11:18 PM