jenkins: kill subprocesses on exit (#31422)

* kill-on-exit

* kill all
pull/31424/head
Justin Newberry 1 year ago committed by GitHub
parent 4b004d59f3
commit 7010aae0a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -16,6 +16,8 @@ ssh -tt -o ConnectTimeout=30 -o ServerAliveInterval=30 -o ServerAliveCountMax=3
set -e
shopt -s huponexit # kill all child processes when the shell exits
export CI=1
export PYTHONWARNINGS=error
export LOGPRINT=debug

Loading…
Cancel
Save