jenkins: kill subprocesses on exit (#31422)

* kill-on-exit

* kill all
old-commit-hash: 7010aae0a905457cb026b20a19e049104f4b45f7
This commit is contained in:
Justin Newberry
2024-02-12 18:41:04 -05:00
committed by GitHub
parent 63d5b15a3a
commit 71ad682759

2
Jenkinsfile vendored
View File

@@ -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