We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d325f93 + 3071002 commit 94a2d6cCopy full SHA for 94a2d6c
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}')
+ sudo kill -9 $(sudo ss -nepal | grep 5001 | awk -F 'pid=|,fd=' '{print \$2}')
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