Skip to content

Commit

Permalink
Minor adjust for git clone in local directory, and remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Oct 11, 2016
1 parent 842086d commit e6bc179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userContent/docs/installation_and_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Jenkins will look for a JENKINS\_HOME environment variable on first run and will

2. Then execute the command:

> git clone <https://github.com/Novartis/Jenkins-LSCI.git>
> git clone <https://github.com/Novartis/Jenkins-LSCI.git> .
This should clone the required Jenkins-LSCI jobs, plugins, scripts, and other resource folders into the JENKINS\_HOME folder.

Expand Down Expand Up @@ -186,7 +186,7 @@ Before executing Jenkins-LSCI jobs that utilize Groovy scripts, we need to insta

This will insure that before a Groovy script is executed Jenkins will download and install the requested version. Note the Groovy installation directory:

JENKINS\_HOME/tools/hudson.plugins.groovy.GroovyInstallation /Default
JENKINS\_HOME/tools/hudson.plugins.groovy.GroovyInstallation/Default

Jenkins-LSCI Jobs for High Content Screening Image Analysis
===========================================================
Expand Down

0 comments on commit e6bc179

Please sign in to comment.