From c6e451187e7d3cd878836bbc82d38869368fc8f6 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 4 Feb 2021 14:38:06 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7c6aa7..665e979 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,6 @@ pipeline { stage('test') { steps { sh 'echo "testing"' - sh 'echo "hello world"' sh 'curl http://127.0.0.1:80' input "Testing complete. Proceed to deployment?" }