index
:
jogamp-scripting.git
master
maven_fast
JogAmp related scripts repository
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
jenkins-server-slave-setup
/
scripts
/
stop.jenkins.sh
blob: 5246a605f0c036daf694b993ea41bbc59f49cb93 (
plain
)
1
2
3
#!/bin/bash
kill -9
`ps -ef | grep jenkins.war | grep -v grep | awk '{ print
$2
}'`