From 2f3aa0d877b3a33abc66b2bdfab26612d2fad3af Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 4 Feb 2021 14:53:17 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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?" } }