We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa4bb1 + 32c132f commit b8acd14Copy full SHA for b8acd14
Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
36
rm -rf env
37
fi
38
cd /var/www/waterpointsApi/api_WP
39
- sudo kill -9 $(sudo ss -nepal | grep 5001 | awk -F 'pid=|,fd=' '{print $2}' | awk -F '/' '{print $1}')
+ sudo kill -9 "$(sudo ss -nepal | grep 5001 | awk -F 'pid=|,fd=' '{print $2}' | awk -F '/' '{print $1}')"
40
curl -LOk https://github.com/CIAT-DAPA/lswms_webapi/releases/latest/download/releaseApi.zip
41
unzip -o releaseApi.zip
42
rm -fr releaseApi.zip
0 commit comments