Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a3a94ff
)
Remove trailing slash in example
33/25033/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Mon, 28 Nov 2016 16:47:17 +0000
(11:47 -0500)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Mon, 28 Nov 2016 16:47:42 +0000
(11:47 -0500)
also add caveat note
Change-Id: Ie662ffb9240c3ffdbc4c7317d63744a8beedec4a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
utils/jenkins-jnlp-connect.sh
patch
|
blob
|
history
diff --git
a/utils/jenkins-jnlp-connect.sh
b/utils/jenkins-jnlp-connect.sh
index
9ef4298
..
c4387a6
100755
(executable)
--- a/
utils/jenkins-jnlp-connect.sh
+++ b/
utils/jenkins-jnlp-connect.sh
@@
-167,7
+167,8
@@
usage: $0 [OPTIONS]
-t test the connection string by connecting without monit
-f test firewall
-Example: $0 -j /home/jenkins/ -u jenkins -n lab1 -s 727fdefoofoofoofoofoofoofof800
+Example: $0 -j /home/jenkins -u jenkins -n lab1 -s 727fdefoofoofoofoofoofoofof800
+note: a trailing slash on -j /home/jenkins will break the script
EOF
exit 1