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?"