Merge "Builder macros for generating indexes"
This commit is contained in:
commit
8980bfe9c5
@ -327,9 +327,16 @@
|
||||
builders:
|
||||
- shell: "/usr/local/jenkins/slave_scripts/grab_console_log.sh"
|
||||
- zuul_swift_upload_logs:
|
||||
upload_source: '/tmp/consoleText'
|
||||
upload_source: '/tmp/console.txt'
|
||||
|
||||
|
||||
- builder:
|
||||
name: zuul_swift_upload_logs_with_console
|
||||
builders:
|
||||
- shell: "/usr/local/jenkins/slave_scripts/grab_console_log.sh"
|
||||
- zuul_swift_upload_logs:
|
||||
upload_source: '{upload_source} /tmp/console.txt'
|
||||
|
||||
|
||||
# ======================================================================
|
||||
|
||||
|
@ -44,7 +44,8 @@
|
||||
- pep8:
|
||||
github-org: '{github-org}'
|
||||
project: '{name}'
|
||||
- zuul_swift_upload_console_log
|
||||
- zuul_swift_upload_logs_with_console:
|
||||
upload_source: '.tox/pep8/log'
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
@ -3,4 +3,4 @@
|
||||
echo "Grabbing consoleLog"
|
||||
|
||||
console_log_path='consoleText'
|
||||
wget -P /tmp --no-check-certificate $BUILD_URL$console_log_path
|
||||
wget -P /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user