diff --git a/Jenkinsfile b/Jenkinsfile index 0c23ad7..c7c6aa7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,9 +11,9 @@ pipeline { } stage('test') { steps { + sh 'echo "testing"' sh 'echo "hello world"' sh 'curl http://127.0.0.1:80' - sh 'echo "testing"' input "Testing complete. Proceed to deployment?" } }