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: fbf8454bdadb378606c97eb654b53a8999687253 (
plain
)
1
2
3
#!/bin/bash
kill
`ps -ef | grep jenkins.war | grep -v grep | awk '{ print
$2
}'`