ci: set GOTRACEBACK=all
Currently when there's a timeout or panic, the culprit goroutines might not be printed. Set traceback to all, which prints all user created goroutines. Change-Id: I29f87812d2a60f671b3eb172499e24cf70d990b5
This commit is contained in:
parent
d4d43f02b5
commit
2ff7925e65
@ -11,6 +11,7 @@ pipeline {
|
||||
}
|
||||
environment {
|
||||
NPM_CONFIG_CACHE = '/npm/cache'
|
||||
GOTRACEBACK = 'all'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user