diff --git a/Jenkinsfile b/Jenkinsfile index 665e979..c22c8d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,6 @@ pipeline { stage('test') { steps { sh 'echo "testing"' - sh 'curl http://127.0.0.1:80' input "Testing complete. Proceed to deployment?" } }