Test executing build script

This commit is contained in:
2021-02-04 14:38:06 +08:00
parent dfea4dcc17
commit c6e451187e

1
Jenkinsfile vendored
View File

@ -12,7 +12,6 @@ pipeline {
stage('test') { stage('test') {
steps { steps {
sh 'echo "testing"' sh 'echo "testing"'
sh 'echo "hello world"'
sh 'curl http://127.0.0.1:80' sh 'curl http://127.0.0.1:80'
input "Testing complete. Proceed to deployment?" input "Testing complete. Proceed to deployment?"
} }