Skip to content

Commit 94a2d6c

Browse files
authored
Merge pull request #26 from CIAT-DAPA/develop
fixed kill
2 parents d325f93 + 3071002 commit 94a2d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline {
3636
rm -rf env
3737
fi
3838
cd /var/www/waterpointsApi/api_WP
39-
sudo kill -9 $(sudo ss -nepal | grep 5001 | awk -F 'pid=|,fd=' '{print $2}')
39+
sudo kill -9 $(sudo ss -nepal | grep 5001 | awk -F 'pid=|,fd=' '{print \$2}')
4040
curl -LOk https://github.com/CIAT-DAPA/lswms_webapi/releases/latest/download/releaseApi.zip
4141
unzip -o releaseApi.zip
4242
rm -fr releaseApi.zip

0 commit comments

Comments
 (0)