Skip to content

Commit

Permalink
try tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed Feb 12, 2012
1 parent 03f11c1 commit 0e9810f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ PART B - Integrate with Jenkins
- Start the Jenkins server.
- add build.sh to your path, so that can be easily called from within Jenkins
- run Jenkins with something like:
WARFILE=$HOME/apps/jenkins/jenkins.war
LOGFILE=jenkins.log
nohup java -jar $WARFILE --httpPort=9090 > $LOGFILE 2>&1 &
WARFILE=$HOME/apps/jenkins/jenkins.war
LOGFILE=jenkins.log
nohup java -jar $WARFILE --httpPort=9090 > $LOGFILE 2>&1 &
- port 9090 is used to avoid conflict with Seaside on 8080
- goto the Jenkins dashboard at http://localhost:9090

Expand Down

0 comments on commit 0e9810f

Please sign in to comment.