jenkins有时候运行docker任务容易卡住,让docker后台运行,不在Jenkins打印日志,Jenkins就不会卡住了。docker run -d --rm --name='test'打印日志格式:docker run -t --rm --name='test'