From d7a6cec0f1811ae5ddd0943cfca925e70a961beb Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 3 Feb 2021 20:43:26 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d387ca..2d78214 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ pipeline { } stage('test') { steps { - sh 'python --version' sh 'echo "hello world"' sh 'echo "testing"' input "Testing complete. Proceed to deployment?"