Skip to content

Commit

Permalink
Added new line at the end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Verma <[email protected]>
  • Loading branch information
VermaSh committed Apr 11, 2018
1 parent b94bcfd commit 9ebea9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/Constants.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ class Constants {
static final String WGET_SLAVE_JAR = "\"wget -q --no-check-certificate -O slave.jar ${SLAVE_JAR_LOCATION} ; java -jar slave.jar\"";
static final String SSH_COMMAND = "ssh -C -i ${SSH_KEY_LOCATION} <userName/>@";
static final String SSH_KEY_LOCATION = "";
}
}

0 comments on commit 9ebea9f

Please sign in to comment.