转载 https://blog.csdn.net/mayunyun1987100/article/details/51741315
1.jenkins启动命令
[root@localhost /]#service jenkins start
2.jenkins停止命令
[root@localhost /]#service jenkins stop
3.查询jenkins状态命令
[root@localhost /]#service jenkins status
4.重启jenkins命令
[root@localhost /]#service jenkins restart