Navigation Menu

Skip to content

Commit

Permalink
[FIXED JENKINS-24495] Pass JVM args correctly to the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Sep 22, 2014
1 parent f0ed514 commit 8413a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/scripts/start_master.sh
Expand Up @@ -6,4 +6,4 @@
# begin passed to this script and their order

set -x
ssh $1 $2 $3 $4 -c $5 -s $6
ssh $1 $2 $3 $4 -c $5 -s $6 -J $7
2 changes: 1 addition & 1 deletion src/main/resources/scripts/start_slave.sh
Expand Up @@ -6,4 +6,4 @@
# begin passed to this script and their order

set -x
ssh $1 $2 $3 $4 -i $5
ssh $1 $2 $3 $4 -i $5 -J $6

0 comments on commit 8413a4b

Please sign in to comment.