Skip to content

Commit c86e157

Browse files
committed
Update of build scripts.
1 parent 9152a9d commit c86e157

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

clean.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
rm -rf $HUDSON_HOME/plugins/warnings*
1+
rm -rf $JENKINS_HOME/plugins/warnings*
22

33
mvn clean install || { echo "Build failed"; exit 1; }
44

5-
cp -f target/*.hpi $HUDSON_HOME/plugins/
5+
cp -f target/*.hpi $JENKINS_HOME/plugins/
66

7-
cd $HUDSON_HOME
8-
./debug.sh
7+
cd $JENKINS_HOME
8+
./go.sh

debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export MAVEN_OPTS="-Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n"
2-
rm -rf $HUDSON_HOME/plugins/warnings*
2+
rm -rf $JENKINS_HOME/plugins/warnings*
33
mvn clean hpi:run

go.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
rm -rf $HUDSON_HOME/plugins/warnings*
1+
rm -rf $JENKINS_HOME/plugins/warnings*
22

33
mvn install || { echo "Build failed"; exit 1; }
44

5-
cp -f target/*.hpi $HUDSON_HOME/plugins/
5+
cp -f target/*.hpi $JENKINS_HOME/plugins/
66

7-
cd $HUDSON_HOME
8-
./debug.sh
7+
cd $JENKINS_HOME
8+
./go.sh

src/clean.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
rm -rf $HUDSON_HOME/plugins/warnings*
1+
rm -rf $JENKINS_HOME/plugins/warnings*
22

33
mvn install || { echo "Build failed"; exit 1; }
44

5-
cp -f target/*.hpi $HUDSON_HOME/plugins/
5+
cp -f target/*.hpi $JENKINS_HOME/plugins/
66

7-
cd $HUDSON_HOME
8-
java -jar jenkins.war
7+
cd $JENKINS_HOME
8+
./go.sh

0 commit comments

Comments
 (0)