|
@@ -4,7 +4,7 @@ pwd
|
|
rm -rf ~/project/examcloud/examcloud-ws-distribution.zip
|
|
rm -rf ~/project/examcloud/examcloud-ws-distribution.zip
|
|
rm -rf ~/project/examcloud/examcloud-ws/lib/
|
|
rm -rf ~/project/examcloud/examcloud-ws/lib/
|
|
|
|
|
|
-cp examcloud-ws-starter/target/examcloud-ws-distribution.zip ~/project/examcloud/
|
|
|
|
|
|
+cp target/examcloud-ws-distribution.zip ~/project/examcloud/
|
|
|
|
|
|
cd ~/project/examcloud/
|
|
cd ~/project/examcloud/
|
|
unzip -o examcloud-ws-distribution.zip
|
|
unzip -o examcloud-ws-distribution.zip
|
|
@@ -15,4 +15,4 @@ echo "-server -Xms512m -Xmx512m -XX:-UseGCOverheadLimit" > start.vmoptions
|
|
|
|
|
|
bash stop.sh
|
|
bash stop.sh
|
|
BUILD_ID=DONTKILLME
|
|
BUILD_ID=DONTKILLME
|
|
-bash start.sh jenkins
|
|
|
|
|
|
+bash start.sh 400
|