Skip to content

Commit

Permalink
Update of scripts to use jenkins.war.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 18, 2011
1 parent 4cf5da8 commit dded95b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clean.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mvn clean install
cp -f target/*.hpi $HUDSON_HOME/plugins/

cd $HUDSON_HOME
java -jar hudson.war
java -jar jenkins.war
Empty file modified debug.sh
100644 → 100755
Empty file.
Empty file modified german.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion go.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mvn install
cp -f target/*.hpi $HUDSON_HOME/plugins/

cd $HUDSON_HOME
java -jar hudson.war
java -jar jenkins.war
Empty file modified release.sh
100644 → 100755
Empty file.

0 comments on commit dded95b

Please sign in to comment.