diff --git a/jenkinsTest.sh b/jenkinsTest.sh deleted file mode 100755 index 3cd1802..0000000 --- a/jenkinsTest.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -echo "TEST WEB" -url=http://localhost:9999 -curl ${url} -I -o headers -s -reponse=$(cat headers | head -n 1 | cut '-d ' '-f2') -if [ $reponse == "200" ] -then - echo "SUCCESS" - exit 0 -fi