File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ if (publishable_branches.contains(env.BRANCH_NAME)) {
65
65
echo(" Wait for devicehive" )
66
66
timeout(time :2 , unit : ' MINUTES' ) {
67
67
waitUntil{
68
- def fe_status = sh script : ' curl --output /dev/null --silent --head --fail "http://127.0.0.1:8080 /api/rest/info"' , returnStatus : true
68
+ def fe_status = sh script : ' curl --output /dev/null --silent --head --fail "http://127.0.0.1/api/rest/info"' , returnStatus : true
69
69
return (fe_status == 0 )
70
70
}
71
71
}
@@ -84,11 +84,11 @@ if (publishable_branches.contains(env.BRANCH_NAME)) {
84
84
sh '''
85
85
cp config.json config.json.orig
86
86
cat config.json.orig | \\
87
- jq ".server.wsUrl = \\ "ws://127.0.0.1:8080 /api/websocket\\ "" | \\
87
+ jq ".server.wsUrl = \\ "ws://127.0.0.1/api/websocket\\ "" | \\
88
88
jq ".server.ip = \\ "127.0.0.1\\ "" | \\
89
- jq ".server.port = \\ "8080 \\ "" | \\
90
- jq ".server.restUrl = \\ "http://127.0.0.1:8080 /api/rest\\ "" | \\
91
- jq ".server.authRestUrl = \\ "http://127.0.0.1:8090/api /rest\\ "" > config.json
89
+ jq ".server.port = \\ "80 \\ "" | \\
90
+ jq ".server.restUrl = \\ "http://127.0.0.1/api/rest\\ "" | \\
91
+ jq ".server.authRestUrl = \\ "http://127.0.0.1/auth /rest\\ "" > config.json
92
92
'''
93
93
94
94
timeout(time :10 , unit : ' MINUTES' ) {
You can’t perform that action at this time.
0 commit comments