File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ jobs:
5959 command : |
6060 screen -d -m -s "webapp_on_project" ./gradlew jettyStart
6161
62- - run :
63- name : " browse the website"
64- command : |
65- sleep 5 && nc -vz localhost 8080
66- curl http://127.0.0.1:8080/
67- curl http://127.0.0.1:8080/hello
68- ./gradlew jettyStop
62+ # - run:
63+ # name: "browse the website"
64+ # command: |
65+ # sleep 5 && nc -vz localhost 8080
66+ # curl http://127.0.0.1:8080/
67+ # curl http://127.0.0.1:8080/hello
68+ # ./gradlew jettyStop
6969
7070 local_build :
7171 << : *defaults
@@ -105,12 +105,12 @@ jobs:
105105 ls -al /var/lib/jetty/webapps/
106106 cp -rf ./build/libs/_gradle_java-0.120.1.war /var/lib/jetty/webapps/ROOT.war
107107
108- - run :
109- name : " browse the website"
110- command : |
111- sleep 5 && nc -vz localhost 8080
112- curl http://127.0.0.1:8080/
113- curl http://127.0.0.1:8080/hello
108+ # - run:
109+ # name: "browse the website"
110+ # command: |
111+ # sleep 5 && nc -vz localhost 8080
112+ # curl http://127.0.0.1:8080/
113+ # curl http://127.0.0.1:8080/hello
114114
115115 bintray_build :
116116 machine : true
Original file line number Diff line number Diff line change 2929 whoami
3030 cat /etc/*-release
3131 sudo apt update -y
32- sudo apt install screen wget unzip netcat -y
32+ sudo apt install screen wget netcat -y
3333 screen –version
3434 wget --version
35+
36+ - name : install tool unzip
37+ run : |
38+ sudo apt install unzip -y
3539 unzip --version
3640
3741 - name : Check--the--project
You can’t perform that action at this time.
0 commit comments